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, "versionId": 123, "projectApiKey": "<string>" } '
{ "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
Source project ID
Source project version ID
Source project API key. This can be omitted if authenticating using a JWT token (you need to be a member of the source project).
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
Was this page helpful?