24 lines
559 B
YAML
24 lines
559 B
YAML
- release_tracks: [BETA, GA]
|
|
|
|
help_text:
|
|
brief: Cancel a Datastream operation.
|
|
description: Cancel a Datastream operation.
|
|
examples: |
|
|
To cancel an operation, run:
|
|
|
|
$ {command} OPERATION --location=us-central1
|
|
|
|
request:
|
|
collection: datastream.projects.locations.operations
|
|
method: cancel
|
|
api_version: v1
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: |
|
|
Operation resource - Datastream operation to cancel.
|
|
spec: !REF googlecloudsdk.command_lib.datastream.resources:operation
|
|
|
|
output:
|
|
format: none
|