Skip to main content
POST
/
model-monitor
/
api
/
scheduler
/
{schedulerJobId}
/
unschedule_scheduler_job
Pauses schedule job
curl --request POST \
  --url https://api.example.com/model-monitor/api/scheduler/{schedulerJobId}/unschedule_scheduler_job
true

Path Parameters

schedulerJobId
string
required

Response

200 - application/json

Pauses schedule job returns true is done successfully

The response is of type boolean.