Deleting an OCI Database with PostgreSQL Backup
Delete an OCI Database with PostgreSQL backup.
- 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.
- From the Actions menu, select Delete.
- When prompted, confirm the deletion.
Use the
oci psql backup deletecommand 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.