gcloud_beta_app_firewall-rules_delete (1)
NAME
- gcloud beta app firewall-rules delete - deletes a specified firewall rule
SYNOPSIS
-
gcloud beta app firewall-rules delete PRIORITY [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Deletes a specified firewall rule.
POSITIONAL ARGUMENTS
-
- PRIORITY
-
- An integer between 1 and 2^32-1 which indicates the evaluation order of rules. Lowest priority rules are evaluated first. The handle default may also be used to refer to the final rule at priority 2^32-1 which is always present in a set of rules.
- An integer between 1 and 2^32-1 which indicates the evaluation order of rules. Lowest priority rules are evaluated first. The handle default may also be used to refer to the final rule at priority 2^32-1 which is always present in a set of rules.
GCLOUD WIDE FLAGS
These flags are available to all commands: --account, --configuration, --flags-file, --flatten, --format, --help, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity. Run $ gcloud help for details.
EXAMPLES
To delete an App Engine firewall rule, run:
- $ gcloud beta app firewall-rules delete 1234
NOTES
This command is currently in BETA and may change without notice. This variant is also available:
- $ gcloud app firewall-rules delete