Last updated 11 months ago
Was this helpful?
Trigger a model update request, this only works for devices connected to remote management server in inference mode.
Project ID
Device ID
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/devices/{deviceId}/request-model-update' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text" }