Disabling Cross-Region Replication for a Block Volume

Learn how to disable cross-region replication for an existing block volume.

    1. 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.

    2. From the Actions menu (three dots), select Edit.
    3. In the Edit block volume panel, turn off Enable cross ad/region replication (might be labeled Cross ad/region replication).
    4. Select Confirm to acknowledge the replica deletion.

    5. Select Save changes.

  • Use the oci bv volume update command and specify the --volume-id parameter and '[]'for the --block-volume-replicas parameter 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 UpdateVolume operation and specify [] for the blockVolumeReplicas attribute in the UpdateVolumeDetails resource to disable cross-region replication for an existing block volume.