Last updated 11 months ago
Was this helpful?
If you have opened a debug stream, close it.
Project ID
Device ID
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/device/{deviceId}/debug-stream/stop' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "streamId": 1 }'
{ "success": true, "error": "text" }