gcloud alpha resource-manager operations describe

NAME
gcloud alpha resource-manager operations describe - show metadata for an operation
SYNOPSIS
gcloud alpha resource-manager operations describeOPERATION_ID[--location=LOCATION][GCLOUD_WIDE_FLAG]
DESCRIPTION
(ALPHA) Show metadata for an operation, given a valid operation ID.

This command can fail for the following reasons:

  • The operation specified does not exist.
  • You do not have permission to view the operation.
EXAMPLES
The following command prints metadata for an operation with the IDfc.3589215982:
gcloudalpharesource-manageroperationsdescribefc.3589215982
POSITIONAL ARGUMENTS
OPERATION_ID
ID for the operation you want to describe.
FLAGS
--location=LOCATION
Region or zone of the Operation to get. This field is not required if theOperation is on a global resource such as a Project or TagKey.
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 thiscommand fails with API permission errors despite specifying the correct project,you might be trying to access an API with an invitation-only early accessallowlist.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-05-07 UTC.