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-26 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."]]],[]]