27 lines
717 B
YAML
27 lines
717 B
YAML
- release_tracks: [ALPHA]
|
|
|
|
help_text:
|
|
brief: Cancel a Cloud Healthcare API operation.
|
|
description: Cancel a Cloud Healthcare API operation.
|
|
examples: |
|
|
To cancel the operation '1234567890' in the dataset 'test-dataset', run:
|
|
|
|
$ {command} 1234567890 --dataset=test-dataset
|
|
|
|
request:
|
|
collection: healthcare.projects.locations.datasets.operations
|
|
method: cancel
|
|
ALPHA:
|
|
api_version: v1alpha2
|
|
BETA:
|
|
api_version: v1beta1
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: Cloud Healthcare API operation to cancel.
|
|
spec: !REF googlecloudsdk.command_lib.healthcare.resources:operation
|
|
|
|
input:
|
|
confirmation_prompt: |
|
|
You are about to cancel [{__name__}].
|