.. _decr: Decrement the number of processes in a watcher ============================================== This comment decrement the number of processes in a watcher by -1. ZMQ Message ----------- :: { "command": "decr", "propeties": { "name": "" "nb": } } The response return the number of processes in the 'numprocesses` property:: { "status": "ok", "numprocesses": , "time", "timestamp" } Command line ------------ :: $ circusctl descr [] Options +++++++ - : name of the watcher - : the number of processes to remove.