1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Thu Jan 18 10:21:20 UTC 2024

This commit is contained in:
Automated 2024-01-18 10:21:20 +00:00
parent 5fec13c692
commit a47e1e835a
156 changed files with 4341 additions and 674 deletions

View file

@ -11,6 +11,14 @@ DESCRIPTION
(ALPHA) gcloud alpha compute instance-groups managed stop-instances stops
one or more instances from a managed instance group
EXAMPLES
To stop an instance from a managed instance group in the us-central1-a
zone, run:
$ gcloud alpha compute instance-groups managed stop-instances \
example-managed-instance-group --zone=us-central1-a \
--instances=example-instance
POSITIONAL ARGUMENTS
NAME
Name of the managed instance group to operate on.
@ -60,5 +68,7 @@ NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.
access allowlist. This variant is also available:
$ gcloud beta compute instance-groups managed stop-instances