Skip to content
Cloudflare Docs

The following sections cover the available skip options in custom rules.

Skip the remaining custom rules (current ruleset)

  • Dashboard option: All remaining custom rules
  • API action parameter: ruleset

Skips the remaining rules in the current ruleset.

Skip phases

  • Dashboard options: All rate limiting rules, All Super Bot Fight Mode rules, and All managed rules
  • API action parameter: phases

Skips the execution of one or more phases. Based on the phases you can skip, this option effectively allows you to skip rate limiting rules, Super Bot Fight Mode rules, and/or WAF Managed Rules.

The phases you can skip are the following:

  • http_ratelimit
  • http_request_sbfm
  • http_request_firewall_managed

Refer to Phases for more information.

Skip products

  • API action parameter: products

Skips specific security products that are not based on the Ruleset Engine. The products you can skip are the following:

Product name in the dashboardAPI value
Zone LockdownzoneLockdown
User Agent BlockinguaBlock
Browser Integrity Checkbic
Hotlink Protectionhot
Security LevelsecurityLevel
Rate limiting rules (Previous version)rateLimit
Managed rules (Previous version)waf

The API values in the table are case-sensitive.

Currently, you cannot skip Bot Fight Mode, only Super Bot Fight Mode (refer to Skip phases).

Skip the remaining custom rules (current phase)

  • Dashboard option: N/A (currently only available via API)
  • API action parameter: phase

Skips all the remaining rules in the current phase. If used in a custom ruleset (at the zone level), it will skip all remaining rules in the custom ruleset, as well as all later rules in the entry point ruleset where the rule executing the custom ruleset was defined.

Currently, this option is only available at the zone level for the http_request_firewall_custom phase. You can use it in custom rulesets or entry point rulesets.

Other options

Log requests matching the skip rule

  • Dashboard option: Log matching requests
  • API action parameter: logging > enabled (boolean, optional)

When disabled, Cloudflare will not log any requests matching the current skip rule, and these requests will not appear in Security Events.

If you do not specify this option in the API, the default value is true for custom rules with the skip action (logs requests matching the skip rule).