Deleting a Database System
Delete an OCI Database with PostgreSQL database system.
Deleting a database system doesn't automatically delete its backups. Existing automatic backups for database system are retained until they expire. Existing manual backups for database system are retained until you delete them.
- On the Database systems list page, find the database system that you want to work with. If you need help finding the list page or the database system, see Listing OCI Database with PostgreSQL Database Systems.
- From the Actions menu, select Delete.
- When prompted, confirm the deletion.
Use the
oci psql db-system deletecommand and required parameters to move a database system:oci psql db-system delete --db-system-id <db-system_ocid> [OPTIONS]To get your database system's OCID, see Listing Database Systems.
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the DeleteDbSystem operation to delete a database system.