This page describes how to delete an Autonomous Database in Google Cloud. To create a database, see Create databases. To modify an existing database, see Manage databases.
Before you begin
Enable the Oracle Database@Google Cloud API for the project.
Confirm that you have the required roles necessary to create an instance:
autonomousDatabaseAdmin
.For more information on how to assign roles, see Apply IAM roles.
Delete database
To delete your Autonomous Database, complete the following steps:
Console
Go to the Autonomous Database Service page in the Google Cloud console.
Click the name of the database you want to delete.
Click Delete at the top of the page.
In the Delete Autonomous Database? window, type the Database ID to confirm deletion of your database.
Click Confirm.
Your database is deleted.
gcloud
You can use the gcloud oracle-database autonomous-databases delete
command to delete a cluster.
gcloud oracle-database autonomous-databases delete DATABASE_ID
--location=REGION_ID
Replace the following:
- DATABASE_ID: the identifier for the database that you want to delete.
- REGION_ID: the region for the database that you want to delete.
What's next
- Learn how to create or manage an Autonomous Database.
- Configure Identity and Access Management roles for a database.
- Use monitoring metrics to monitor your databases.