Start Job
POST/api/v2/workspaces/:workspace_id/jobs/:job_id/start
Enqueue the job for execution. Optionally accepts HTTP callback URLs to notify on completion. Returns 409 if the job is already STARTED; pass '?force=true' to re-enqueue a stuck job without losing progress already made.
Request
Responses
- 200
- 422
Successful Response
Validation Error
Was this page helpful?