Retry transformation upload job

Retry transformation upload job

post

Retry the upload job from a transformation job. Only jobs that have failed can be retried.

Authorizations
Path parameters
organizationIdintegerrequired

Organization ID

createProjectIdintegerrequired

Create project job ID.

Responses
curl -L \
  --request POST \
  --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/create-project/{createProjectId}/upload/retry' \
  --header 'x-api-key: YOUR_API_KEY'
{
  "success": true,
  "error": "text"
}

Last updated

Was this helpful?