Deleting an OCI Database with PostgreSQL Backup
Delete an OCI Database with PostgreSQL backup.
- Open the navigation menu and select Databases. Under PostgreSQL, select Backups.
- (Optional) In the List scope section, under Compartment, select a compartment.
- In the Backups table, select the name of the configuration that you want to delete.
- On the backup details page, click Delete.
- Select Delete backup to confirm when prompted.
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.