Promote
Pause rolling deployment
Pauses an in-progress rolling promotion after the current step completes. No further scaling changes are made until resumed.
POST
cURL
Pause takes effect between promotion steps, not immediately. Replica changes already in progress finish before the rolling deployment settles intoDocumentation Index
Fetch the complete documentation index at: https://docs.baseten.co/llms.txt
Use this file to discover all available pages before exploring further.
PAUSED. 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
Resume rolling deploymentResumes a paused rolling promotion, continuing from where it was paused.
Next
cURL