Promote
Force cancel rolling deployment
Immediately cancels an in-progress rolling promotion and triggers rollback to the previous version.
POST
cURL
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
Force roll forward promotionImmediately completes the rolling promotion, shifting all traffic to the new version. This works even if the promotion is in the process of rolling back.
Next
cURL