Skip to main content
GET
Poll this endpoint to confirm a deployment is ACTIVE before sending inference requests.

Query parameters

string
required
The deployment ID of the model. Found on the Models page in the dashboard.

Response

string
Echoes the requested deployment ID.
string
Current lifecycle status. See the table below.

Deployment statuses

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