1- help_text:
2    brief: Cancel a Cloud Life Sciences operation.
3    description: Cancel a Cloud Life Sciences operation.
4    examples: |
5      To cancel an operation called `my-operation`, run:
6
7        $ {command} my-operation
8
9  request:
10    collection: lifesciences.projects.locations.operations
11    api_version: v2beta
12    method: cancel
13
14  arguments:
15    resource:
16      help_text: Cloud Life Sciences operation to cancel.
17      spec: !REF googlecloudsdk.command_lib.lifesciences.resources:operation
18
19  input:
20    confirmation_prompt: |
21      Operation [{__name__}] will be canceled.
22