1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-15 09:25:44 +00:00
gcloud-help/gcloud/alpha/storage/insights/operations/cancel
2023-11-15 11:42:54 +00:00

39 lines
1.4 KiB
Text

NAME
gcloud alpha storage insights operations cancel - cancel an insights
operation
SYNOPSIS
gcloud alpha storage insights operations cancel OPERATION_NAME
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Cancel an insights operation. Since operations are asynchronous,
this request is best effort and may fail in cases such as when the
operation is already complete.
EXAMPLES
To cancel the operation "12345" in "us-central1" for the project
"my-project", run:
$ gcloud alpha storage insights operations cancel \
projects/my-project/locations/us-central1/operations/12345
POSITIONAL ARGUMENTS
OPERATION_NAME
The operation name in the format
"projects/PROJECT/locations/LOCATION/operations/OPERATION_ID".
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.