mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Oct 16 09:53:34 UTC 2024
This commit is contained in:
parent
4ffb04ab9e
commit
694f6671d0
151 changed files with 4031 additions and 414 deletions
|
|
@ -3,9 +3,9 @@ NAME
|
|||
a Compute Engine managed instance group resize request
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta compute instance-groups managed resize-requests delete
|
||||
INSTANCE_GROUP_MANAGER --resize-requests=RESIZE_REQUEST_NAMES,[...]
|
||||
[--zone=ZONE] [GCLOUD_WIDE_FLAG ...]
|
||||
gcloud beta compute instance-groups managed resize-requests delete NAME
|
||||
--resize-requests=RESIZE_REQUEST_NAMES,[...]
|
||||
[--region=REGION | --zone=ZONE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta compute instance-groups managed resize-requests delete
|
||||
|
|
@ -22,7 +22,7 @@ EXAMPLES
|
|||
delete my-mig --resize-requests=resize-request-1
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
INSTANCE_GROUP_MANAGER
|
||||
NAME
|
||||
Name of the managed instance group to operate on.
|
||||
|
||||
REQUIRED FLAGS
|
||||
|
|
@ -30,26 +30,29 @@ REQUIRED FLAGS
|
|||
A list of comma-separated names of resize requests to delete.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--zone=ZONE
|
||||
Zone of the managed instance group to operate on. If not specified and
|
||||
the compute/zone property isn't set, you might be prompted to select a
|
||||
zone (interactive mode only).
|
||||
At most one of these can be specified:
|
||||
|
||||
To avoid prompting when this flag is omitted, you can set the
|
||||
compute/zone property:
|
||||
--region=REGION
|
||||
Region of the managed instance group to operate on. If not specified,
|
||||
you might be prompted to select a region (interactive mode only).
|
||||
|
||||
$ gcloud config set compute/zone ZONE
|
||||
A list of regions can be fetched by running:
|
||||
|
||||
A list of zones can be fetched by running:
|
||||
$ gcloud compute regions list
|
||||
|
||||
$ gcloud compute zones list
|
||||
Overrides the default compute/region property value for this command
|
||||
invocation.
|
||||
|
||||
To unset the property, run:
|
||||
--zone=ZONE
|
||||
Zone of the managed instance group to operate on. If not specified,
|
||||
you might be prompted to select a zone (interactive mode only).
|
||||
|
||||
$ gcloud config unset compute/zone
|
||||
A list of zones can be fetched by running:
|
||||
|
||||
Alternatively, the zone can be stored in the environment variable
|
||||
CLOUDSDK_COMPUTE_ZONE.
|
||||
$ gcloud compute zones list
|
||||
|
||||
Overrides the default compute/zone property value for this command
|
||||
invocation.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue