Status
GET/status
Returns all information about the app and its current status. More verbose than the /status endpoint on the inference endpoint and exposes more sensitive information about the deployment which only the admin should have access to.
The /status
endpoint gives information about currently active models, and the config the app
is running with. A 200 response indicates that the server is running. To check if the server is
ready to receive requests, see the /healthz
endpoint.
Responses​
- 200
- 503
Server is running, backend configuration is returned in body
Server is not available