mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Mar 12 10:54:38 UTC 2025
This commit is contained in:
parent
6dc93282df
commit
a459a88a5f
152 changed files with 2634 additions and 1748 deletions
|
|
@ -3,11 +3,10 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta compute snapshots delete SNAPSHOT_NAME [SNAPSHOT_NAME ...]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--global | --region=REGION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta compute snapshots delete deletes one or more Compute
|
||||
Engine snapshots.
|
||||
(BETA) Delete Compute Engine snapshots.
|
||||
|
||||
EXAMPLES
|
||||
To delete Compute Engine snapshots with the names 'snapshot-1' and
|
||||
|
|
@ -28,6 +27,16 @@ POSITIONAL ARGUMENTS
|
|||
SNAPSHOT_NAME [SNAPSHOT_NAME ...]
|
||||
Names of the snapshots to delete.
|
||||
|
||||
FLAGS
|
||||
At most one of these can be specified:
|
||||
|
||||
--global
|
||||
If set, the snapshots are global.
|
||||
|
||||
--region=REGION
|
||||
Region of the snapshots to delete. Overrides the default
|
||||
compute/region property value for this command invocation.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue