meta { name: Stop Scanner type: http seq: 3 } post { url: {{base_url}}/api/scanner/stop body: none auth: inherit } settings { encodeUrl: true timeout: 0 } docs { ## Stop Scanner Stops monitoring folders for ebook changes. **Method:** POST **Endpoint:** /api/scanner/stop **Authentication:** Required **Request Body:** None **Response:** - `message` (string): Success message **Status Codes:** - 200: Success - 401: Unauthorized }