Skip to main content

stop_monitoring

Stop monitoring a stream.

  • Method: POST
  • Path: /stop_monitoring

Request Body

{
"stream_url": "rtsp://camera/live"
}
FieldTypeDescription
stream_urlstringRTSP URL for the stream to stop monitoring.

Success Response

{
"success": true,
"message": "monitoring stopped",
"data": null
}