Promote
Resume rolling deployment
Resumes a paused rolling promotion, continuing from where it was paused.
POST
cURL
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
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 cancel rolling deploymentImmediately cancels an in-progress rolling promotion and triggers rollback to the previous version.
Next
cURL