Loading...
Trigger a model update request, this only works for devices connected to remote management server in inference mode.
Project ID
Device ID
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
const response = await fetch('https://studio.edgeimpulse.com/v1/api/{projectId}/devices/{deviceId}/request-model-update', { method: 'POST', headers: {}, }); const data = await response.json();
{ "success": false, "error": "text" }