Enable/Disable watches

Is there a way to enable/disable watches? Was hoping there might be a special trigger or some way to trick the trigger to not fire but not finding anything.

Any thoughts?

Watcher currently doesn't support enable/disable (though being an essential functionality it's already on the short term roadmap). One way you could consider to simulate "disabling" a watch (albeit hacky) is to change its trigger to a cron trigger that will never fire (a la 0 0 0 1 1 ? 2050).

Thanks Uri. That was exactly what I was looking for (not sure how I missed it)