Skip to main content
cURL
curl --request POST \
--url https://api.baseten.co/v1/models/{model_id}/environments/{env_name}/force_roll_forward_promotion \
--header "Authorization: Api-Key $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.

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

You must specify the scheme 'Api-Key' in the Authorization header. For example, Authorization: Api-Key <Your_Api_Key>

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