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 into
PAUSED. See Deployment control actions for details.Authorizations
Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also 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