Skip to main content
POST
Change an add-on's chart version by rewriting it in its owning stack

Authorizations

Authorization
string
header
required

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

Headers

authorization
string | null
x-ankra-organisation-id
string | null

Path Parameters

cluster_id
string<uuid4>
required
addon_name
string
required

Body

application/json
chart_version
string
required

The chart version to move the add-on to.

Maximum string length: 128
allow_chart_downgrade
boolean
default:false

Explicit rollback intent: send true only after the person confirmed the CHART_VERSION_DOWNGRADE dialog.

Response

Successful Response