gcloud compute security-policies rules delete - delete Compute Engine security policy rules
gcloud compute security-policies rules delete [PRIORITY ...] [--security-policy=SECURITY_POLICY] [GCLOUD_WIDE_FLAG ...]
gcloud compute security-policies rules delete is used to delete security policy rules.
To delete the rule at priority 1000, run:
$ gcloud compute security-policies rules delete 1000 \ --security-policy=my-policy
- [PRIORITY ...]
The priority of the rules to delete. Rules are evaluated in order from highest priority to lowest priority where 0 is the highest priority and 2147483647 is the lowest priority.
- --security-policy=SECURITY_POLICY
The security policy that this rule belongs to.
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 help for details.
These variants are also available:
$ gcloud alpha compute security-policies rules delete
$ gcloud beta compute security-policies rules delete