API v1.0
Pause Task
Pauses execution of a running task. The task can be resumed later using the /resume-task
endpoint. Useful for manual intervention or inspection.
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Response
200 - application/json
The response is of type any
.
Was this page helpful?