Skip to main content
DELETE
Stop a monitor

Path Parameters

sessionId
string<uuid>
required

The session's id.

name
string
required

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 - 64
Pattern: ^[A-Za-z0-9][A-Za-z0-9._-]*$

Response

Stopped. The process is gone.