gcloud compute operations list
NAME
…]--format
FORMAT
]--help
]--limit
LIMIT
]--project
PROJECT_ID
]--quiet
, -q
]--regexp
REGEXP
, -r
REGEXP
]--sort-by
SORT_BY
]--uri
]--global
| --regions
[REGION
…] | --zones
[ZONE
…]]-h
]gcloud compute operations list
lists summary information of operations in a
project. The --uri
option can be used to display URIs
instead. Users who want to see more data should use gcloud
compute operations describe
.--zones
,
--regions
, or --global
flag.NAME
…]
--global
--limit
LIMIT
--regexp
REGEXP
, -r
REGEXP
--regions
[REGION
…]
--sort-by
SORT_BY
~
).
--uri
--zones
[ZONE
…]
--format
FORMAT
json
, text
, yaml
.
--help
--project
PROJECT_ID
--quiet
, -q
-h
$ gcloud compute operations list
$ gcloud compute operations list --uri
$ gcloud compute operations list --global
$ gcloud compute operations list --regions
us-central1
and the
europe-west1
regions, run:$ gcloud compute operations list --regions us-central1 europe-west1
compute
component. See
installing components
if it is not installed.