Whilst working with the security engine you may need to remove an active remediation. Depending if you know the value you wish to remove you may run the below commands:
Remove a remediation from an IP address
$> cscli decisions delete --ip 1.2.3.4
Remove all remediation's from a range
$> cscli decisions delete --range 192.168.0.0/24 --contained
Remove all remediation's that have type captcha
$> cscli decisions delete --type captcha
You can mix and match the filters to remove an active remediation against a value. You can also see all options you can pass to the command by running
$> cscli decisions delete -h
Comments
0 comments
Article is closed for comments.