Disabling Cross-Region Replication for a Boot Volume
Learn how to disable cross-region replication for an existing boot volume.
- On the Boot Volumes list page, select the boot volume you want to work with. If you need help finding the list page or the boot volume, see Listing Boot Volumes.
- On the details page, select Edit.
- In the Cross region replication section, move the slider to the left to disable cross-region replication.
-
Select Confirm to acknowledge the replica deletion.
-
Select Save changes.
Use the
oci bv boot-volume updatecommand and specify theboot-volume-idparameter and'[]'for the--boot-volume-replicasparameter to disable cross-region replication for a boot volume:oci bv boot-volume update --boot-volume-id <volume_ID> --boot-volume-replicas '[]'For example:
oci bv boot-volume update --boot-volume-id ocid1.bootvolume.oc1.phx.<unique_ID> --boot-volume-replicas '[]'For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the
UpdateVolumeoperation and specify[]for thebootVolumeReplicasattribute in theUpdateVolumeDetailsresource to disable cross-region replication for an existing block volume.