Retry Transformation File

Retry a transformation action on a file from a transformation job. Only files that have failed can be retried.

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

Last updated

Was this helpful?