Skip to main content
Version: Next

Healthz

GET 

/healthz

Healthz

Parse the app status and figure out if the app is ready to receive requests.

The /healthz endpoint is used to check if the server is ready to receive requests. A 200 response indicates that it is, a 503 response indicates that there are no models attached and ready to process requests.

Request​

Responses​

Backend/python reader is fully loaded and can process requests.

Schema

    ready booleanrequired
Loading...