- NAME
-
- gcloud storage buckets anywhere-caches create - create Anywhere Cache instances for a bucket
- SYNOPSIS
-
-
gcloud storage buckets anywhere-caches createURLZONE[ZONE…] [--admission-policy=ADMISSION_POLICY] [--[no-]enable-ingest-on-write] [--ttl=TTL] [GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
- Create Anywhere Cache instances. Only one cache instance per zone can be created for each bucket.
- EXAMPLES
- The following command creates an anywhere cache instance for bucket in
zone:asia-south2-bgcloud storage buckets anywhere-caches create gs://my-bucket asia-south2-bThe following command creates anywhere cache instances for bucket in
, andasia-south2-bzone:asia-east1-agcloud storage buckets anywhere-caches create gs://my-bucket asia-south2-b asia-east1-aThe following command creates an anywhere cache instance for bucket in
zone, with ttl for cache entry as 6 hours, and admission policy asasia-south2-b:ADMIT_ON_SECOND_MISSgcloud storage buckets anywhere-caches create gs://my-bucket asia-south2-b --ttl = 6h --admission-policy = 'ADMIT_ON_SECOND_MISS' - POSITIONAL ARGUMENTS
-
-
URL - Specifies the URL of the bucket where the Anywhere Cache should be created.
-
ZONE[ZONE…] - Specifies the name of the zonal locations where the Anywhere Cache should be created.
-
- FLAGS
-
-
--admission-policy=ADMISSION_POLICY - The cache admission policy decides for each cache miss, whether to insert the
missed block or not.
ADMISSION_POLICYmust be one of:ADMIT_ON_FIRST_MISS,ADMIT_ON_SECOND_MISS. -
--[no-]enable-ingest-on-write - Enables the Ingest-on-Write feature on the bucket. Use
--enable-ingest-on-writeto enable and--no-enable-ingest-on-writeto disable. -
--ttl=TTL - Cache entry time-to-live. Default to 24h if not provided.
-
- 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. - NOTES
- This variant is also available:
gcloud alpha storage buckets anywhere-caches create
gcloud storage buckets anywhere-caches create
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.

