Disabling Cross-Region Replication for a Boot Volume

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

    1. 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.
    2. On the details page, select Edit.
    3. In the Cross region replication section, move the slider to the left to disable cross-region replication.
    4. Select Confirm to acknowledge the replica deletion.

    5. Select Save changes.

  • Use the oci bv boot-volume update command and specify the boot-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 the bootVolumeReplicas attribute in the UpdateVolumeDetails resource to disable cross-region replication for an existing block volume.