Disable a monitor.
post/api/v1.0/monitors/{monitorId}/disable
Request
Authorization
X-AT
header
apiKey
Path Parameters
monitorIdThe monitor ID to disable
integer
REQUIRED
Body
application/json
reasonThe disable reason
string
REQUIRED
fromDisable start time. Defaults to the current unix timestamp.
integer
untilDisable end time. When not posted or set to 0 means 'forever'.
integer
Response
200Monitor disabled
404Monitor not found
Shell cURL
shellShow schema
json