Stop a monitor
Ends the named watcher’s whole process tree and records the stop in the transcript. Returns once the process is gone.
DELETE
Stop a monitor
Path Parameters
The session's id.
The monitor's name, unique within its session. It travels as one path segment, so its shape is bounded to what a path segment carries unchanged: a "/" would address no route, and a "?" or "#" would end the segment early and address a different watcher. The host refuses a name outside this shape when the monitor is started, so no monitor that exists can fail to be addressed here.
Required string length:
1 - 64Pattern:
^[A-Za-z0-9][A-Za-z0-9._-]*$Response
Stopped. The process is gone.

