mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Aug 17 09:22:03 UTC 2022
This commit is contained in:
parent
fa820bfa8d
commit
c614d893da
183 changed files with 3129 additions and 270 deletions
|
|
@ -1,5 +1,5 @@
|
|||
NAME
|
||||
gcloud alpha network-services meshes delete - delete mesh
|
||||
gcloud alpha network-services meshes delete - delete a mesh
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha network-services meshes delete (MESH : --location=LOCATION)
|
||||
|
|
@ -8,6 +8,12 @@ SYNOPSIS
|
|||
DESCRIPTION
|
||||
(ALPHA) Delete the specified mesh.
|
||||
|
||||
EXAMPLES
|
||||
To delete a mesh named 'my-mesh', run:
|
||||
|
||||
$ gcloud alpha network-services meshes delete my-mesh \
|
||||
--location=global
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Mesh resource - Name of the mesh you want to delete. The arguments in this
|
||||
group can be used to specify the attributes of this resource. (NOTE) Some
|
||||
|
|
@ -57,5 +63,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 network-services meshes delete
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue