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 toDocumentation Index
Fetch the complete documentation index at: https://docs.baseten.co/llms.txt
Use this file to discover all available pages before exploring further.
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