cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/jobs/restore \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "projectId": 123, "projectApiKey": "<string>", "versionId": 123 }'
{ "success": true, "error": "<string>" }
Restore a project to a certain version. This can only applied to a project without data, and will overwrite your impulse and all settings.
Project ID
OK
The response is of type object.
object