POST
/
api
/
{projectId}
/
jobs
/
{jobId}
/
cancel
Cancel job
curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/jobs/{jobId}/cancel \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "error": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

projectId
integer
required

Project ID

jobId
integer
required

Job ID

Query Parameters

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.

Response

200 - application/json

OK

The response is of type object.