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

Response

Wake request accepted.