- NAME
-
- gcloud compute network-firewall-policies associations delete - delete a new association between a firewall policy and an network or folder resource
- SYNOPSIS
-
-
gcloud compute network-firewall-policies associations delete--firewall-policy=FIREWALL_POLICY--name=NAME[--firewall-policy-region=FIREWALL_POLICY_REGION|--global-firewall-policy] [GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
-
gcloud compute network-firewall-policies associations deleteis used to delete network firewall policy associations. An network firewall policy is a set of rules that controls access to various resources. - EXAMPLES
- To delete an association from a global network firewall policy with NAME
and association namemy-policy, run:my-associationgcloud compute network-firewall-policies associations delete --firewall-policy = my-policy --name = my-association --global-firewall-policyTo delete an association from a regional network firewall policy with NAME
in regionmy-policyand association nameregion-a, run:my-associationgcloud compute network-firewall-policies associations delete --firewall-policy = my-policy --name = my-association --firewall-policy-region = region-a - REQUIRED FLAGS
-
-
--firewall-policy=FIREWALL_POLICY - Firewall policy ID with which to delete association.
-
--name=NAME - Name of the association to delete.
-
- OPTIONAL FLAGS
-
- At most one of these can be specified:
-
--firewall-policy-region=FIREWALL_POLICY_REGION - Region of the firewall policy to delete. Overrides the default
compute/regionproperty value for this command invocation. -
--global-firewall-policy - If set, the firewall policy is global.
-
- At most one of these can be specified:
- 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 compute network-firewall-policies associations deletegcloud beta compute network-firewall-policies associations deletegcloud preview compute network-firewall-policies associations delete
gcloud compute network-firewall-policies associations delete
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.

