LitServe icon indicating copy to clipboard operation
LitServe copied to clipboard

Access Health check endpoint for each LitAPI independently

Open aniketmaurya opened this issue 7 months ago • 2 comments

I want to be able to check health of each LitAPI separately

1. localhost:8000/LITAPI_NAME_1/health
2. localhost:8000/LITAPI_NAME_1/health

Originally posted by @aniketmaurya in https://github.com/Lightning-AI/LitServe/pull/604#discussion_r2334329463

aniketmaurya avatar Sep 09 '25 21:09 aniketmaurya

LitServe has multi endpoint, so you can create api for sending request to /health in other apis, that my way to resolve it, you can come up with another

selfsff avatar Sep 10 '25 16:09 selfsff

the better DX would be to have a standard way of doing this rather using a workaround.

aniketmaurya avatar Nov 04 '25 11:11 aniketmaurya