Restore Project To Version
Restore a project to a certain version. This can only applied to a project without data, and will overwrite your impulse and all settings.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/jobs/restore \
--header 'content-type: application/json' \
--header 'x-jwt-token: REPLACE_KEY_VALUE' \
--data '{"projectId":0,"projectApiKey":"string","versionId":0}'
Last updated
Was this helpful?