mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 06:11:59 +00:00
gcloud: Thu Nov 9 11:45:52 UTC 2023
This commit is contained in:
parent
f2c5d1d45f
commit
03f0979970
300 changed files with 8569 additions and 1319 deletions
|
|
@ -3,8 +3,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha compute instances stop INSTANCE_NAMES [INSTANCE_NAMES ...]
|
||||
[--async] [--discard-local-ssd[=DISCARD_LOCAL_SSD]] [--zone=ZONE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--async] [--discard-local-ssd[=DISCARD_LOCAL_SSD]]
|
||||
[--no-graceful-shutdown] [--zone=ZONE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) gcloud alpha compute instances stop is used to stop a Compute
|
||||
|
|
@ -40,6 +40,9 @@ FLAGS
|
|||
--discard-local-ssd[=DISCARD_LOCAL_SSD]
|
||||
If set to true, local SSD data is discarded.
|
||||
|
||||
--no-graceful-shutdown
|
||||
If specified, skips graceful shutdown.
|
||||
|
||||
--zone=ZONE
|
||||
Zone of the instances to operate on. If not specified, you might be
|
||||
prompted to select a zone (interactive mode only). gcloud attempts to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue