cURL
curl --request POST \ --url https://api.phare.io/uptime/monitors/{monitorId}/pause \ --header 'Authorization: Bearer <token>'
This response does not have an example.
Pause a monitor by ID
Use a user token to access authenticated routes. The token must be specified in the Authorization HTTP header with the following format 'Authorization: Bearer <token>'.
ID of the monitor to pause
Success, monitor paused
Was this page helpful?