1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +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

@ -1,6 +1,6 @@
NAME
gcloud alpha compute instance-groups managed start-instances - start
instances owned by a managed instance group
gcloud alpha compute instance-groups managed start-instances - start the
stopped instances in a managed instance group
SYNOPSIS
gcloud alpha compute instance-groups managed start-instances NAME
@ -17,6 +17,14 @@ DESCRIPTION
regional groups when the gcloud command-line tool wasn't able to resolve
the zone from the instance name.
EXAMPLES
To start an instance from a managed instance group in the us-central1-a
zone, run:
$ gcloud alpha compute instance-groups managed start-instances \
example-managed-instance-group --zone=us-central1-a \
--instances=example-instance
POSITIONAL ARGUMENTS
NAME
Name of the managed instance group to operate on.
@ -62,5 +70,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 start-instances