Delete databases

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

Delete database

To delete your Autonomous Database, complete the following steps:

Console

  1. Go to the Autonomous Database Service page in the Google Cloud console.

    Go to Autonomous Database Service

  2. Click the name of the database you want to delete.

  3. Click Delete at the top of the page.

  4. In the Delete Autonomous Database? window, type the Database ID to confirm deletion of your database.

  5. 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