NAME
gdcloud compute disks stop-async-replication - Stop async replication on a virtual machine disk. This command must be invoked on the primary disk.
SYNOPSIS
gdcloud compute disks stop-async-replication DISK_NAME [flags]
EXAMPLES
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.
For more information, see the gdcloud CLI reference overview page.