Scheduler

Pause Scheduled Job

Pause a scheduled job.

The job will not run until resumed. Use /jobs/{job_id}/resume to re-enable.

Args: job_id: The job identifier

Returns: Success message

post/api/scheduler/jobs/{job_id}/pause

Path parameters

job_idstring required

Headers

x-api-tokenstring nullable

Response

Successful Response

{"stackTrail":"paths:/api/scheduler/jobs/{job_id}/pause:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.