Deleting an OCI Database with PostgreSQL Backup

Delete an OCI Database with PostgreSQL backup.

    1. On the Backups list page, find the backup that you want to work with. If you need help finding the list page or the backup, see Listing Backups.
    2. From the Actions menu, select Delete.
    3. When prompted, confirm the deletion.
  • Use the oci psql backup delete command and required parameters to delete a backup:

    oci psql backup delete --backup-id <backup_ocid> [OPTIONS]

    To get your backup's OCID, see Listing Backups.

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the DeleteBackup operation with required attributes to delete a backup.