Skip to main content
POST
/
v1
/
models
/
{model_id}
/
environments
/
{env_name}
/
force_roll_forward_promotion
cURL
curl --request POST \
--url https://api.baseten.co/v1/models/{model_id}/environments/{env_name}/force_roll_forward_promotion \
--header "Authorization: Bearer $BASETEN_API_KEY"
{
  "success": true
}
Force roll forward takes effect between promotion steps, not immediately. Traffic shifts fully to the candidate deployment at the next step boundary. 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