Deleting a Block Volume Backup

Learn how to delete a block volume backup from a compartment.

    1. 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.
    2. Select the the Actions menu (three dots), and then select Terminate.
    3. Confirm when prompted.
  • Use the oci bv backup delete command and specify the --volume-backup-id parameter 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 DeleteVolumeBackup operation 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.