Can't Update any DDoS Settings

Hello! I trying to change some actions on the DDoS tab, but when I try to save anything, I get the error: “cannot use override rule or category 1b7e0f1164154e50b1eb53054cc1fcb6”.

But this rule don’t exist when I try to search for it and won’t let me update anything.

Thanks!

Scott from Cloudflare’s team solved my problem. I will post the solution just in case someone face this issue in the future.

Make an API call with your global key with this curl command. This will reset any DDoS settings that will override.

curl -X DELETE "https://api.cloudflare.com/client/v4/zones/8ff7bf72d348e1e7b0200f8ece661a5b/rulesets/012ba30d0a3e499aabdcfceb78c3f44b/rules/2d999989fdf243b4a712169fc4582a36" \
     -H "X-Auth-Email: xxx" \
     -H "X-Auth-Key: xxx" \
     -H "Content-Type: application/json"
2 Likes