cURL
curl --request POST \ --url https://api.olostep.com/v1/monitors/{monitor_id}/resume \ --header 'Authorization: Bearer <token>'
{ "error": "<string>" }
Resumes a paused monitor by re-enabling scheduled runs.
Documentation IndexFetch the complete documentation index at: https://docs.olostep.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.olostep.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer , where is your auth token.
^monitor_
Not implemented yet.
Was this page helpful?