Disabling Cross-Region Replication for a Block Volume
Learn how to disable cross-region replication for an existing block volume.
-
On the Block Volumes list page, find the block volume that you want to edit. If you need help finding the list page or the volumes, see Listing Volumes.
- From the , select Edit.
- In the Edit block volume panel, turn off Enable cross ad/region replication (might be labeled Cross ad/region replication).
-
Select Confirm to acknowledge the replica deletion.
-
Select Save changes.
-
Use the
oci bv volume updatecommand and specify the--volume-idparameter and'[]'for the--block-volume-replicasparameter to disable cross-region replication for a block volume:oci bv volume update --volume-id <volume_ID> --block-volume-replicas '[]'For example:
oci bv volume update --volume-id ocid1.volume.oc1.phx.<unique_ID> --block-volume-replicas '[]'For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the
UpdateVolumeoperation and specify[]for theblockVolumeReplicasattribute in theUpdateVolumeDetailsresource to disable cross-region replication for an existing block volume.