curl --request GET \ --url http://localhost:8080/health
Copy
Ask AI
{ "status": "ok"}
Health
Get Health
Returns the health of the server. This endpoint can be safely used as liveness probe and readiness probe for Kubernetes. It also internally validates connection to config store, log store, vector store
GET
/
health
Get Health
Copy
Ask AI
curl --request GET \ --url http://localhost:8080/health