Clear Failed Transform Jobs

Clear all failed transform job from a create project job. Only jobs that have failed will be cleared.

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/create-project/{createProjectId}/transform/clear \
  --header 'x-jwt-token: REPLACE_KEY_VALUE'

Last updated

Was this helpful?