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
選用旗標
--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.
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-07-16 (世界標準時間)。"],[[["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."]]],[]]