- NAME
-
- gcloud iap tcp dest-groups update - update the IAP TCP Destination Group resource
- SYNOPSIS
-
-
gcloud iap tcp dest-groups updateGROUP_NAME--region=REGION(--fqdn-list=FQDN_LIST--ip-range-list=IP_RANGE_LIST) [GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
- Update the IAP TCP Destination Group resource.
- EXAMPLES
- To update a DestGroup with name
, in regionGROUP_NAMEwith ip rangesREGION,CIDR1in the current project run:CIDR2gcloud iap tcp dest-groups update DEST_GROUP_NAME --region = REGION --ip-range-list = CIDR1,CIDR2To update a DestGroup with name
, in regionGROUP_NAMEwith fqdnsREGION,FQDN1in the current project run:FQDN2gcloud iap tcp dest-groups update DEST_GROUP_NAME --region = REGION --fqdn-list = FQDN1,FQDN2To update a DestGroup with name
, in regionGROUP_NAMEwith fqdnsREGION,FQDN1and ip rangesFQDN2,CIDR1in the projectCIDR2run:PROJECT_IDgcloud iap tcp dest-groups update DEST_GROUP_NAME --region = REGION --fqdn-list = FQDN1,FQDN2 --ip-range-list = CIDR1,CIDR2 --project = PROJECT_IDTo clear the fqdn list in a DestGroup with name
, in regionGROUP_NAMEin the current project run:REGIONgcloud iap tcp dest-groups update DEST_GROUP_NAME --region = REGION --fqdn-list = ""To clear the ip range list in a DestGroup with name
, in regionGROUP_NAMEin the current project run:REGIONgcloud iap tcp dest-groups update DEST_GROUP_NAME --region = REGION --ip-range-list = "" - POSITIONAL ARGUMENTS
-
-
GROUP_NAME - Name of the Destination Group.
-
- REQUIRED FLAGS
-
-
--region=REGION - Region of the Destination Group.
- At least one of these must be specified:
-
--fqdn-list=FQDN_LIST - List of FQDNs in the Destination Group.
-
--ip-range-list=IP_RANGE_LIST - List of ip-ranges in the Destination Group.
-
-
- 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
- These variants are also available:
gcloud alpha iap tcp dest-groups updategcloud beta iap tcp dest-groups update
gcloud iap tcp dest-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.

