Last updated 11 months ago
Was this helpful?
Retry all failed transform job from a transformation job. Only jobs that have failed will be retried.
Organization ID
Create project job ID.
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/create-project/{createProjectId}/transform/retry' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text" }