Use this endpoint to wake any scaled-to-zero published deployment of your model.

https://model-{model_id}.api.baseten.co/deployment/{deployment_id}/wake

Parameters

Model ID
string
required

The ID of the model you want to wake.

Deployment ID
string
required

The ID of the specific deployment you want to wake.

Authorization
string
required

Your Baseten API key, formatted with prefix Api-Key (e.g. {"Authorization": "Api-Key abcd1234.abcd1234"}).