Loading...
Cancel a running job.
/api/{projectId}/jobs/{jobId}/cancel
Project ID
Job ID
If set to 'true', we won't wait for the job cluster to cancel the job, and will mark the job as finished.
OK
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/jobs/{jobId}/cancel' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text" }