Health
Health check
Returns instance health status and uptime. No authentication required. Useful for uptime monitors and Docker HEALTHCHECK.
get/api/health
Response
Instance is healthy.
Example response
{
"status": "ok"
}Returns instance health status and uptime. No authentication required. Useful for uptime monitors and Docker HEALTHCHECK.
Instance is healthy.
{
"status": "ok"
}