Skip to main content
Wake a regional environment of a model.
curl --request POST \
  --url https://model-{model_id}.api.baseten.co/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.

Response

Wake request accepted.