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 update
command and specify theboot-volume-id
parameter and'[]'
for the--boot-volume-replicas
parameter 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
UpdateVolume
operation and specify[]
for thebootVolumeReplicas
attribute in theUpdateVolumeDetails
resource to disable cross-region replication for an existing block volume.