Loading...
Cancel a running job.
Organization 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
Whether the operation succeeded
Optional error description (set if 'success' was false)
const response = await fetch('https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/jobs/{jobId}/cancel', { method: 'POST', headers: {}, }); const data = await response.json();
{ "success": false, "error": "text" }