Wake deployment endpoints
Published deployment
Use this endpoint to wake any scaled-to-zero published deployment of your model.
Parameters
Model ID
string
requiredThe ID of the model you want to wake.
Deployment ID
string
requiredThe ID of the specific deployment you want to wake.
Authorization
string
requiredYour Baseten API key, formatted with prefix Api-Key
(e.g. {"Authorization": "Api-Key abcd1234.abcd1234"}
).