Roll an application deploy back
Put a previously published image back on this application’s deployment. The tag is confirmed present in the registry first, the push-to-deploy watermark is moved onto the newest observed build so the convergence loop does not undo the rollback, and the tag is then written through the same narrow path a push-triggered deploy uses. Held to the applications.deploy permission. Browser session authentication with the X-Ankra-CSRF double-submit header only (no bearer twin).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
Response
Successful Response
One rollback as it happened. previous_image_tag is null when Ankra could not read what was running - never that nothing was running. watermark_commit_sha names the push-to-deploy build the rollback stamped so the convergence loop would not undo it, or "" when no build had been observed. not_reverted repeats what a rollback leaves untouched.