mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Dec 11 10:18:23 UTC 2024
This commit is contained in:
parent
ad2752c6c9
commit
ec6dc40f99
493 changed files with 17655 additions and 1753 deletions
|
|
@ -3,8 +3,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta 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
|
||||
(BETA) gcloud beta compute instances stop is used to stop a Compute Engine
|
||||
|
|
@ -52,6 +52,11 @@ FLAGS
|
|||
--discard-local-ssd[=DISCARD_LOCAL_SSD]
|
||||
If set to true, local SSD data is discarded.
|
||||
|
||||
--no-graceful-shutdown
|
||||
Stops the instance immediately without gracefully shutting it down. If
|
||||
a graceful shutdown is in progress, then the instance is forcefully
|
||||
stopped.
|
||||
|
||||
--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