cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/devices/{deviceId}/request-model-update \ --header 'x-api-key: <api-key>'
{ "success": true, "error": "<string>" }
Trigger a model update request, this only works for devices connected to remote management server in inference mode.
Project ID
Device ID
OK
The response is of type object.
object