20 lines
665 B
YAML
20 lines
665 B
YAML
- release_tracks: [GA]
|
|
help_text:
|
|
brief: Delete previews
|
|
description: Delete a preview
|
|
examples: |-
|
|
To delete the preview `example-preview` at location `us-central1`, run:
|
|
|
|
$ {command} projects/example-project/locations/us-central1/previews/example-preview
|
|
arguments:
|
|
resource:
|
|
spec: !REF googlecloudsdk.command_lib.infra_manager.resources:preview
|
|
help_text: previews TBD
|
|
request:
|
|
collection: config.projects.locations.previews
|
|
response:
|
|
modify_response_hooks:
|
|
- googlecloudsdk.command_lib.infra_manager.deploy_util:DeleteCleanupStagedObjects
|
|
async:
|
|
collection: config.projects.locations.operations
|