Status endpoints
Get async queue status for a specific deployment.
GET
Get async queue status for a specific deployment.
Authorizations
Pass your Baseten API key. Clients automatically send Authorization: Bearer <key>. Direct callers can also use Authorization: Api-Key <key>; both schemes are accepted.
Path Parameters
The alphanumeric ID of the deployment.
Response
Async queue status for a deployment.
Previous
Wake the production environment of a model.Triggers a wake for the deployment promoted to the production environment. Returns immediately with 202 Accepted.
Next
Get async queue status for a specific deployment.