mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Mar 27 09:52:07 UTC 2024
This commit is contained in:
parent
5b4fac9106
commit
4ade1b44cc
148 changed files with 5765 additions and 482 deletions
|
|
@ -1,5 +1,6 @@
|
|||
NAME
|
||||
gcloud alpha spanner operations cancel - cancel a Cloud Spanner operation
|
||||
with ALPHA features
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha spanner operations cancel OPERATION-ID
|
||||
|
|
@ -7,7 +8,7 @@ SYNOPSIS
|
|||
[--backup=BACKUP] [--database=DATABASE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Cancel a Cloud Spanner operation.
|
||||
(ALPHA) Cancel a Cloud Spanner operation with ALPHA features.
|
||||
|
||||
EXAMPLES
|
||||
To cancel an instance operation with ID auto_12345, run:
|
||||
|
|
@ -25,6 +26,12 @@ EXAMPLES
|
|||
$ gcloud alpha spanner operations cancel _auto_12345 \
|
||||
--instance=my-instance-id --backup=my-backup-id
|
||||
|
||||
To cancel a Cloud Spanner instance partition operation with ID auto_12345,
|
||||
run:
|
||||
|
||||
$ gcloud alpha spanner operations cancel auto_12345 \
|
||||
--instance=my-instance-id --instance-partition=my-partition-id
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
OPERATION-ID
|
||||
ID of the operation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue