28 lines
586 B
YAML
28 lines
586 B
YAML
release_tracks: [GA, ALPHA]
|
|
|
|
help_text:
|
|
brief: |
|
|
Delete a mesh.
|
|
description: |
|
|
Delete the specified mesh.
|
|
examples: |
|
|
To delete a mesh named 'my-mesh', run:
|
|
|
|
$ {command} my-mesh --location=global
|
|
|
|
arguments:
|
|
resource:
|
|
spec: !REF googlecloudsdk.command_lib.network_services.resources:mesh
|
|
help_text: |
|
|
Name of the mesh you want to delete.
|
|
|
|
async:
|
|
collection: networkservices.projects.locations.operations
|
|
|
|
request: &request
|
|
ALPHA:
|
|
api_version: v1alpha1
|
|
GA:
|
|
api_version: v1
|
|
collection: networkservices.projects.locations.meshes
|