A Health Check Endpoint is a dedicated HTTP API endpoint exposed by a service, such as a vector database, that returns a standardized status code and payload indicating the system's operational health. In production environments, orchestration platforms like Kubernetes use this endpoint for liveness probes to determine if a container should be restarted and readiness probes to decide if it can receive traffic. A typical response includes metrics on connection pools, index load status, and memory usage.




