gcloud compute interconnects wire-groups update NAME --cross-site-network=CROSS_SITE_NETWORK [--admin-enabled] [--bandwidth-allocation=BANDWIDTH_ALLOCATION] [--bandwidth-unmetered=BANDWIDTH_UNMETERED] [--description=DESCRIPTION] [--fault-response=FAULT_RESPONSE] [--validate-only] [GCLOUD_WIDE_FLAG …]
gcloud compute interconnects wire-groups update is used to update
wire groups.
For an example, refer to the EXAMPLES section below.
gcloud compute interconnects wire-groups update example-wg --cross-site-network=example-csn --no-admin-enabledTo change a wire group's unmetered bandwidth, run:
gcloud compute interconnects wire-groups update example-wg --cross-site-network=example-csn --bandwidth-unmetered=5To enable automatic failure detection for a wire group, run:
gcloud compute interconnects wire-groups update example-wg --cross-site-network=example-csn --fault-response=DISABLE_PORTTo enable bandwidth sharing for a wire group, run:
gcloud compute interconnects wire-groups update example-wg --cross-site-network=example-csn --bandwidth-allocation=SHARED_WITH_WIRE_GROUPTo update a wire group's description, run:
gcloud compute interconnects wire-groups update example-wg --cross-site-network=example-csn --description="new description"NAME--cross-site-network=CROSS_SITE_NETWORK--admin-enabled--bandwidth-allocation=BANDWIDTH_ALLOCATIONBANDWIDTH_ALLOCATION must be one of:
ALLOCATE_PER_WIRESHARED_WITH_WIRE_GROUP--bandwidth-unmetered=BANDWIDTH_UNMETERED--description=DESCRIPTION--fault-response=FAULT_RESPONSEFAULT_RESPONSE
must be one of:
DISABLE_PORTNONE--validate-only--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 help for details.
gcloud alpha compute interconnects wire-groups updategcloud beta compute interconnects wire-groups updategcloud preview compute interconnects wire-groups 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.