Promote
Force roll forward promotion
Immediately completes the rolling promotion, shifting all traffic to the new version. This works even if the promotion is in the process of rolling back.
POST
cURL
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
Pass your Baseten API key. Clients automatically send Authorization: Bearer <key>. Direct callers can also use Authorization: Api-Key <key>; both schemes are accepted.
Response
200 - application/json
The response to a request to signal a rolling promotion.
Whether the signal was successfully sent
Previous
DevelopmentCreates a new production deployment from the development deployment, the currently building deployment is returned.
Next
cURL