gcloud_beta_compute_disks_move (1)
NAME
- gcloud beta compute disks move - move a disk between zones
SYNOPSIS
-
gcloud beta compute disks move DISK_NAME --destination-zone=DESTINATION_ZONE [--async] [--zone=ZONE] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) gcloud beta compute disks move facilitates moving a Google
For example, running:
-
$ gcloud compute disks move example-disk-1 --zone us-central1-b \
--destination-zone us-central1-f
will move the disk called example-disk-1, currently running in us-central1-b, to us-central1-f.
POSITIONAL ARGUMENTS
-
- DISK_NAME
-
Name of the disk to operate on.
REQUIRED FLAGS
-
- --destination-zone=DESTINATION_ZONE
-
The zone to move the disk to.
OPTIONAL FLAGS
-
- --async
-
Display information about the operation in progress, without waiting for the
operation to complete.
- --zone=ZONE
-
Zone of the disk to operate on. If not specified and the
compute/zone property isn't set, you may be prompted to select a
zone.
To avoid prompting when this flag is omitted, you can set the compute/zone property:
- $ gcloud config set compute/zone ZONE
A list of zones can be fetched by running:
- $ gcloud compute zones list
To unset the property, run:
- $ gcloud config unset compute/zone
Alternatively, the zone can be stored in the environment variable CLOUDSDK_COMPUTE_ZONE.
GCLOUD WIDE FLAGS
These flags are available to all commands: --account, --configuration, --flags-file, --flatten, --format, --help, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity. Run $ gcloud help for details.
NOTES
This command is currently in BETA and may change without notice. These variants are also available:
- $ gcloud compute disks move $ gcloud alpha compute disks move