Moving a Boot Volume Backup to Another Compartment
Move a boot volume backup in the Block Volume service to a different compartment.
- On the Boot Volume Backups list page, find the boot volume backup that you want to work with. If you need help finding the list page or the boot volume backup, seeListing Boot Volume Backups.
- From the for the boot volume backup, select Move resource.
- In the Move resource panel, select the destination compartment from the list.
- Select Move resource.
Use the
oci bv boot-volume-backup change-boot-volume-backup-compartmentcommand and specify the--boot-volume-backup-idand--compartment-idparameters to move the boot volume backup to a different compartment:oci bv boot-volume-backup change-boot-volume-backup-compartment --boot-volume-backup-id <boot_volume_backup_OCID> --compartment-id <destination_compartment_OCID>For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the
ChangeBootVolumeBackupCompartmentoperation and specify thebootVolumeBackupIdattribute in the request body and thecompartmentIdattribute in theChangeBootVolumeBackupCompartmentDetailsresource to move a boot volume backup to a different compartment.