Restore Project To Public Version
Restore a project to a certain public 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/from-public \
--header 'content-type: application/json' \
--header 'x-jwt-token: REPLACE_KEY_VALUE' \
--data '{"projectId":0}'
Last updated
Was this helpful?