gcloud compute interconnects attachments groups update NAME [--attachments=[INTERCONNECT_ATTACHMENT,…]] [--description=DESCRIPTION] [--intended-availability-sla=INTENDED_AVAILABILITY_SLA] [--update-mask=UPDATE_MASK] [GCLOUD_WIDE_FLAG …]
gcloud compute interconnects attachments groups update is used to
update interconnect attachment groups.
For an example, refer to the EXAMPLES section below.
gcloud compute interconnects attachments groups update example-attachment-group --intended-availability-sla=PRODUCTION_CRITICALTo update an interconnect attachment group example-attachment-group's description to "example attachment group description", run:
gcloud compute interconnects attachments groups update example-attachment-group --description="example attachment group description"To update an interconnect attachment group example-attachment-group's member attachments to attachment-1 and attachment-2, run:
gcloud compute interconnects attachments groups update example-attachment-group --attachments=region-1/attachment-1,region-2/attachment-2 --update-mask=attachmentsadd-members and remove-members commands.
NAME--attachments=[INTERCONNECT_ATTACHMENT,…]--description=DESCRIPTION--intended-availability-sla=INTENDED_AVAILABILITY_SLA--update-mask=UPDATE_MASK--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 attachments groups updategcloud beta compute interconnects attachments groups updategcloud preview compute interconnects attachments 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.