Wake endpoints
Wake a specific deployment of a model by deployment ID.
POST
Wake a specific deployment of a model by deployment ID.
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
Wake request accepted.
Previous
Call a regional environment of a model.Sends a synchronous predict request via a regional hostname. The environment is determined by the hostname, not the path.
Next
Wake a specific deployment of a model by deployment ID.