- NAME
-
- gcloud storage buckets anywhere-caches update - update Anywhere Cache instances
- SYNOPSIS
-
-
gcloud storage buckets anywhere-caches updateID[ID…] [--admission-policy=ADMISSION_POLICY] [--[no-]enable-ingest-on-write] [--ttl=TTL] [GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
- Update one or more Anywhere Cache instances. A cache instance can be updated if its state is created or pending creation.
- EXAMPLES
- The following command updates cache entry's ttl, and admisson policy of anywhere
cache instance in bucket
having anywhere_cache_idmy-bucket:my-cache-idgcloud storage buckets anywhere-caches update my-bucket/my-cache-id --ttl = 6h --admission-policy = 'ADMIT_ON_SECOND_MISS'The following command updates cache entry's ttl of anywhere cache instances in bucket
andbucket-1having anywhere_cache_idbucket-2, andmy-cache-id-1respectively:my-cache-id-2gcloud storage buckets anywhere-caches update bucket-1/my-cache-id-1 bucket-2/my-cache-id-2 --ttl = 6h - POSITIONAL ARGUMENTS
-
-
ID[ID…] - Identifiers for a Anywhere Cache Instance.They are combination of bucket_name/anywhere_cache_id. For example : test-bucket/my-cache-id.
-
- 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 update
gcloud storage buckets anywhere-caches update
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.

