To stop replication on the primary disk 'example-disk-1' in zone us-east1-a, run:
gdcloud compute disks stop-async-replication example-disk-1 \
--project example-project \
--zone us-east1-a
OPTIONAL FLAGS
--zone string Zone to use for this invocation. To preset the zone flag for all commands that require it, run: "gdcloud config set core/zone ZONE". The zone flag is available only in multi-zone environments.
GDCLOUD WIDE FLAGS
These flags are available to all commands: --configuration, --format, --help, --project, --quiet.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-12 UTC."],[[["This command `gdcloud compute disks stop-async-replication` stops asynchronous replication on a specified virtual machine disk."],["The command must be executed on the primary disk to halt the replication process."],["Use the `DISK_NAME` argument along with optional flags like `--project` and `--zone` to specify the disk and its location."],["The `--zone` flag is required in multi-zone environments and can be preset using `gdcloud config set core/zone ZONE`."],["Common flags like `--configuration`, `--format`, `--help`, `--project`, and `--quiet` are available for use with this and other `gdcloud` commands."]]],[]]