Skip to main content
GET
/
health
Health check
curl --request GET \
  --url https://litellm-rust.onrender.com/health
{
  "status": "ok"
}

Response

200 - application/json

Server is healthy

status
string
Example:

"ok"