Skip to main content
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: <api-key>'
{
  "error": "<string>",
  "error_code": "timeout",
  "detail": "<string>"
}

Authorizations

Authorization
string
header
required

API key with the Api-Key prefix, e.g. Authorization: Api-Key abcd1234.abcd1234.

Path Parameters

deployment_id
string
required

The alphanumeric ID of the deployment.

Response

Wake request accepted.