Pauses execution of a running task
Pauses execution of a running task. The task can be resumed later using the /resume-task
endpoint. Useful for manual intervention or inspection.
ID of the task to pause
The endpoint returns an empty response body with a 200 status code on success.
/resume-task
endpointPausing is useful when you need to temporarily halt execution to inspect the current state or make manual adjustments before resuming.