Click the name of the Autonomous Database for which you want to delete a
peer database.
On theAutonomous Database detailspage, click theDisaster Recoverytab.
In thePeer databasesection, for the peer database that you want to
delete, clickmore_vertView actions,
and then clickDelete.
In theDelete Autonomous Databasedialog, enter the peer database
name and clickConfirm.
The deletion of the peer database might take a few hours. On theDisaster recoverytab, in thePeer databasesection, theStatusfield shows you the progress of the delete operation. When the
peer database is deleted, it's removed from the peer database list.
gcloud
You can use thegcloud oracle-database autonomous-databases deletecommand to delete a peer database.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Delete a peer database\n\nThis page describes how to delete a peer database in Google Cloud.\n\nYou can't delete a peer database during a switchover operation.\n\nBefore you begin\n----------------\n\nEnsure that you have the following roles and permissions required to delete a\npeer database:\n\n- `roles/autonomousDatabaseAdmin`\n\nDelete a peer database\n----------------------\n\nTo delete a peer database, do the following: \n\n### Console\n\n1. Go to the **Autonomous Database** page.\n\n [Go to Autonomous Database](https://console.cloud.google.com/oracle/autonomous-databases/)\n2. Click the name of the Autonomous Database for which you want to delete a\n peer database.\n\n3. On the **Autonomous Database details** page, click the\n **Disaster Recovery** tab.\n\n4. In the **Peer database** section, for the peer database that you want to\n delete, click more_vert **View actions** ,\n and then click **Delete**.\n\n5. In the **Delete Autonomous Database** dialog, enter the peer database\n name and click **Confirm**.\n\n The deletion of the peer database might take a few hours. On the\n **Disaster recovery** tab, in the **Peer database** section, the\n **Status** field shows you the progress of the delete operation. When the\n peer database is deleted, it's removed from the peer database list.\n\n### gcloud\n\nYou can use the `gcloud oracle-database autonomous-databases delete`\ncommand to delete a peer database. \n\n gcloud oracle-database autonomous-databases delete \u003cvar translate=\"no\"\u003eDATABASE_ID\u003c/var\u003e\n --location=\u003cvar translate=\"no\"\u003eREGION_ID\u003c/var\u003e\n\nReplace the following:\n\n- \u003cvar translate=\"no\"\u003eDATABASE_ID\u003c/var\u003e: the identifier for the peer database.\n- \u003cvar translate=\"no\"\u003eREGION_ID\u003c/var\u003e: the region of the peer database.\n\nWhat's next\n-----------\n\n- Learn how to [switchover](/oracle/database/docs/perform-switchover) to a a peer database.\n- [View peer database details](/oracle/database/docs/view-peer-databases)."]]