- NAME
-
- gcloud edge-cache - manage Media CDN resources
- SYNOPSIS
-
-
gcloud edge-cacheGROUP[GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
- Manage Media CDN resources.
- EXAMPLES
- To list EdgeCacheService resources in the active Cloud Platform project, run:
gcloud edge-cache services listTo create an EdgeCacheOrigin resource named 'my-origin' that points to a Cloud Storage bucket, run:
gcloud edge-cache origins create my-origin --origin-address = "gs://bucket"To import an EdgeCacheService resource configuration from a YAML definition, run:
gcloud edge-cache services import my-service --source = config.yamlTo describe an EdgeCacheKeyset resource named 'my-keyset', run:
gcloud edge-cache keysets describe my-keyset - GCLOUD WIDE FLAGS
- These flags are available to all commands:
--help.Run
$ gcloud helpfor details. - GROUPS
-
is one of the following:GROUP-
keysets - Interact with and manage EdgeCacheKeyset resources.
-
operations - Manage EdgeCache operations.
-
origins - Interact with and manage EdgeCacheOrigin resources.
-
services - Interact with and manage EdgeCacheService resources.
-
- NOTES
- This variant is also available:
gcloud alpha edge-cache
gcloud edge-cache
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-05-27 UTC.

