Inference
Deployment Status
Check whether a model deployment is ready to receive inference requests.
GET
Poll this endpoint to confirm a deployment is
ACTIVE before sending inference requests.
Query parameters
The deployment ID of the model. Found on the Models page in the dashboard.
Response
Echoes the requested deployment ID.
Current lifecycle status. See the table below.
Deployment statuses
| Status | Description |
|---|---|
CREATED | Deployment registered; container build not yet started |
BUILDING | Container image is being built |
ACTIVE | Model is deployed and accepting inference requests |
FAILED | Deployment failed — retrain or contact support |
Cold-start latency is typically under 30 seconds. If a deployment stays in
BUILDING for more than 5 minutes, try redeploying from the dashboard.Polling example
Python — wait for ACTIVE