Skip to main content
POST
/
v1
/
desktop
/
stream
/
stop
Stop desktop streaming.
curl --request POST \
  --url http://localhost:2468/v1/desktop/stream/stop
{
  "active": true,
  "processId": "<string>",
  "windowId": "<string>"
}

Response

200 - application/json

Desktop streaming stopped

active
boolean
required
processId
string | null
windowId
string | null