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-08-29 UTC."],[[["\u003cp\u003eThis command \u003ccode\u003egdcloud compute disks stop-async-replication\u003c/code\u003e stops asynchronous replication on a specified virtual machine disk.\u003c/p\u003e\n"],["\u003cp\u003eThe command must be executed on the primary disk to halt the replication process.\u003c/p\u003e\n"],["\u003cp\u003eUse the \u003ccode\u003eDISK_NAME\u003c/code\u003e argument along with optional flags like \u003ccode\u003e--project\u003c/code\u003e and \u003ccode\u003e--zone\u003c/code\u003e to specify the disk and its location.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003e--zone\u003c/code\u003e flag is required in multi-zone environments and can be preset using \u003ccode\u003egdcloud config set core/zone ZONE\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eCommon flags like \u003ccode\u003e--configuration\u003c/code\u003e, \u003ccode\u003e--format\u003c/code\u003e, \u003ccode\u003e--help\u003c/code\u003e, \u003ccode\u003e--project\u003c/code\u003e, and \u003ccode\u003e--quiet\u003c/code\u003e are available for use with this and other \u003ccode\u003egdcloud\u003c/code\u003e commands.\u003c/p\u003e\n"]]],[],null,["# gdcloud compute disks stop-async-replication\n\nNAME\n----\n\ngdcloud compute disks stop-async-replication - Stop async replication on a virtual machine disk. This command must be invoked on the primary disk.\n\nSYNOPSIS\n--------\n\n gdcloud compute disks stop-async-replication DISK_NAME [flags]\n\n### EXAMPLES\n\n To stop replication on the primary disk 'example-disk-1' in zone us-east1-a, run:\n\n gdcloud compute disks stop-async-replication example-disk-1 \\\n --project example-project \\\n --zone us-east1-a\n\n### OPTIONAL FLAGS\n\n --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.\n\n### GDCLOUD WIDE FLAGS\n\nThese flags are available to all commands: `--configuration`, `--format`, `--help`, `--project`, `--quiet`.\n\nFor more information, see the [gdcloud CLI reference overview](/distributed-cloud/hosted/docs/latest/gdch/resources/gdcloud-reference/gdcloud) page."]]