Promote
Force cancel rolling deployment
Immediately cancels an in-progress rolling promotion and triggers rollback to the previous version.
POST
cURL
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 roll forward promotionImmediately completes the rolling promotion, shifting all traffic to the new version. This works even if the promotion is in the process of rolling back.
Next
cURL