Deleting a Block Volume Backup
Learn how to delete a block volume backup from a compartment.
- On the Block Volume Backups list page, locate the volume you want to work with. If you need help finding the list page, see Listing Block Volume Backups.
- Select the the , and then select Terminate.
- Confirm when prompted.
Use the
oci bv backup deletecommand and specify the--volume-backup-idparameter to list block volume backups:oci bv backup delete --volume-backup-id <volume_backup_OCID> ... [OPTIONS]For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the
DeleteVolumeBackupoperation to delete a block volume backups.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.