Skip to main content
POST
Roll an application deploy back

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

application_id
string
required

Body

application/json

Put a previously published image back on the deployment of this application on one cluster.

cluster_id
string
required
image_tag
string
required

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.

id
string
required
cluster_id
string
required
target_kind
string
required
stack_name
string | null
required
installation_id
string | null
required
image_tag
string
required
previous_image_tag
string | null
required
watermark_commit_sha
string
required
status
string
required
message
string | null
required
requested_by
string
required
requested_at
string
required
not_reverted
string[]
required