30 lines
797 B
YAML
30 lines
797 B
YAML
- release_tracks: [ALPHA, BETA, GA]
|
|
help_text:
|
|
brief: Delete a `WasmPlugin` resource.
|
|
description: |
|
|
Delete a `WasmPlugin` resource.
|
|
|
|
Please note that all WasmPluginVersions associated with the WasmPlugin will also be deleted.
|
|
examples: |
|
|
To delete a `WasmPlugin` called `my-plugin`, run:
|
|
|
|
$ {command} my-plugin
|
|
|
|
request:
|
|
collection: networkservices.projects.locations.wasmPlugins
|
|
ALPHA:
|
|
api_version: v1alpha1
|
|
BETA:
|
|
api_version: v1beta1
|
|
GA:
|
|
api_version: v1
|
|
|
|
async:
|
|
collection: networkservices.projects.locations.operations
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: The `WasmPlugin` resource to delete.
|
|
spec: !REF googlecloudsdk.command_lib.service_extensions.resources:wasmPlugin
|
|
is_positional: true
|