Stops the active RTMP stream.
cURL
curl --request POST \ --url https://www.orgo.ai/api/computers/{id}/stream/stop \ --header 'Authorization: Bearer <token>'
{ "success": true }
true
curl -X POST https://www.orgo.ai/api/computers/a3bb189e-8bf9-3888-9912-ace4e6543002/stream/stop \ -H "Authorization: Bearer $ORGO_API_KEY"
API key authentication. Get your key at orgo.ai/workspaces
Computer ID
Stream stopped