REST APIEndpointsstop_monitoringOn this pagestop_monitoring Stop monitoring a stream. Method: POST Path: /stop_monitoring Request Body { "stream_url": "rtsp://camera/live"} FieldTypeDescriptionstream_urlstringRTSP URL for the stream to stop monitoring. Success Response { "success": true, "message": "monitoring stopped", "data": null}