Disabling/Enabling Rule Via HTTP?

Hi, I wanted to see if there is a way to disable/enable a rule via an HTTP call?
Basically I want to sometimes have my rule do what I want it to, but I would like to mute it quickly. I know I can go into the sharptools interface, but I would rather be able to do this by opening a URL instead.

You could use a variable in the rule.

If the variable is true then do nothing, else go down the path of doing all the normal actions.

Then you could use another rule with an HTTP Trigger to change the variable state.