Summary
Pause a Job
Description
Pause a Job by Job ID.
Route
POST /workflow_engine/pauseJob
Roles
admin
apiwrite
Parameters
DetailsExampleSchema
| Name | Type | Required | Description |
|---|---|---|---|
| job_id | string | yes | ID of the Job to pause. |
Return
DetailsExampleSchema
| Name | Type | Description |
|---|---|---|
| paused_job | object | Job after the pause. |