22 lines
589 B
YAML
22 lines
589 B
YAML
- help_text:
|
|
brief: Cancel a Cloud Life Sciences operation.
|
|
description: Cancel a Cloud Life Sciences operation.
|
|
examples: |
|
|
To cancel an operation called `my-operation`, run:
|
|
|
|
$ {command} my-operation
|
|
|
|
request:
|
|
collection: lifesciences.projects.locations.operations
|
|
api_version: v2beta
|
|
method: cancel
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: Cloud Life Sciences operation to cancel.
|
|
spec: !REF googlecloudsdk.command_lib.lifesciences.resources:operation
|
|
|
|
input:
|
|
confirmation_prompt: |
|
|
Operation [{__name__}] will be canceled.
|