Cancel job
POST {{baseUrl}}/api/:projectId/jobs/:jobId/cancel?forceCancel=<string>
Cancel a running job.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
forceCancel | string | If set to 'true', we won't wait for the job cluster to cancel the job, and will mark the job as finished. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"success":"\u003cboolean\u003e","error":"\u003cstring\u003e"}