Deleting an OCI Database with PostgreSQL Backup
Delete an OCI Database with PostgreSQL backup.
- On the Backups list page, select the backup that you want to work with. If you need help finding the list page or the backup, see Listing Backups.
- On the backup details page, select Delete.
- 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]
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.
For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.