Model statuses
Healthy states:- Active: The deployment is active and available. It can be called with
truss predict
or from its API endpoints. - Scaled to zero: The deployment is active but is not consuming resources. It will automatically start up when called, then scale back to zero after traffic ceases.
- Starting up: The deployment is starting up from a scaled to zero state after receiving a request.
- Inactive: The deployment is unavailable and is not consuming resources. It may be manually reactivated.
- Unhealthy: The deployment is active but is in an unhealthy state due to errors while running, such as an external service it relies on going down or a problem in your Truss that prevents it from responding to requests.
- Build failed: The deployment is not active due to a Docker build failure.
- Deployment failed: The deployment is not active due to a model deployment failure.