Cancel job

Cancel job

post

Cancel a running job.

Authorizations
Path parameters
organizationIdintegerRequired

Organization ID

jobIdintegerRequired

Job ID

Query parameters
forceCancelstringOptional

If set to 'true', we won't wait for the job cluster to cancel the job, and will mark the job as finished.

Responses
200
OK
application/json
post
POST /v1/api/organizations/{organizationId}/jobs/{jobId}/cancel HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200

OK

{
  "success": true,
  "error": "text"
}

Last updated

Was this helpful?