Cancel Job

Cancel a running job.

curl --request POST \
  --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/jobs/{jobId}/cancel?forceCancel=SOME_STRING_VALUE' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE'

Last updated

Was this helpful?