Skip to main content
POST
/
deployment
/
{deployment_id}
/
wake
Wake a specific deployment of a model by deployment ID.
curl --request POST \
  --url https://model-{model_id}.api.baseten.co/deployment/{deployment_id}/wake \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "detail": "<string>"
}

Authorizations

Authorization
string
header
required

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

deployment_id
string
required

The alphanumeric ID of the deployment.

Response

Wake request accepted.