Skip to main content
POST
/
v1
/
models
/
{model_id}
/
environments
/
{env_name}
/
resume_promotion
cURL
curl --request POST \
--url https://api.baseten.co/v1/models/{model_id}/environments/{env_name}/resume_promotion \
--header "Authorization: Bearer $BASETEN_API_KEY"
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.baseten.co/llms.txt

Use this file to discover all available pages before exploring further.

Resume continues the rolling deployment from where it was paused. The deployment returns to RAMPING_UP and proceeds with the remaining promotion steps. See Deployment control actions for details.

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.

Path Parameters

model_id
string
required
env_name
string
required

Response

200 - application/json

The response to a request to signal a rolling promotion.

success
boolean
required

Whether the signal was successfully sent