This page describes how to delete an Autonomous AI 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 AI Database, complete the following steps:
Console
Go to the Autonomous AI 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 database instance dialog, 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 database.
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.
C#
Go
Java
Node.js
PHP
Python
Ruby
What's next
- Learn how to create or manage an Autonomous AI Database.
- Configure Identity and Access Management roles for a database.
- Use monitoring metrics to monitor your databases.