- NAME
-
- gcloud edge-cloud zones describe - describe a Google Distributed Cloud zone
- SYNOPSIS
-
-
gcloud edge-cloud zones describeZONE--location=LOCATION(--organization=ORGANIZATION|--project=PROJECT) [GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
- Displays details about a specific Google Distributed Cloud zone.
- EXAMPLES
-
To describe a zone named
my-zonein organization1234567890and locationus-central1, run:gcloud edge-cloud zones describe my-zone --location=us-central1 --organization=1234567890To describe a zone named
another-zonein projectmy-sample-projectand locationus-central1, run:gcloud edge-cloud zones describe another-zone --location=us-central1 --project=my-sample-project - POSITIONAL ARGUMENTS
-
ZONE- Google Distributed Cloud zone name to describe.
- REQUIRED FLAGS
-
--location=LOCATION- Google Cloud Platform location.
-
Exactly one of these must be specified:
--organization=ORGANIZATION- Google Distributed Cloud organization number for the zone.
--project=PROJECT- Google Cloud Platform project ID for the zone.
- 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 helpfor details. - API REFERENCE
-
This command uses the
edgecontainer/v1API. The full documentation for this API can be found at: https://cloud.google.com/edge-cloud - NOTES
-
This variant is also available:
gcloud alpha edge-cloud zones describe
gcloud edge-cloud zones describe
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-09-01 UTC.