Documentation Index
Fetch the complete documentation index at: https://docs.nolongerevil.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Simple health check endpoint. Returns{"status": "ok"} if the server is running. Useful for load balancers, container orchestration, and monitoring tools.
Endpoint
Response
Success (200 OK)
200 OK with this body as long as the process is running. There is no deeper health check (e.g., database connectivity).
Examples
Related
GET /api/stats
Detailed server statistics
GET /nest/ping
Device protocol health check (port 8000)