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
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
Force cancel rolling deploymentImmediately cancels an in-progress rolling promotion and triggers rollback to the previous version.
Next
cURL