Skip to main content
PATCH
Update Cluster Stack Partial Endpoint

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
stack_name
string
required

Body

application/json
spec
ResourceSpecification · object
required
allow_chart_downgrade
boolean
default:false

Declares that a chart_version moving BELOW the currently declared version is intentional. The server refuses such a write with 422 CHART_VERSION_DOWNGRADE unless this is true, so that a stale whole-stack snapshot cannot silently revert somebody else's chart bump.

draft_id
string<uuid4> | null
partial_stack
boolean
default:false
resource_version
string | null

Response

Successful Response

stack_name
string
required
commit_sha
string | null
commit_url
string | null
errors
ResourceError · object[]
job_count
integer
default:0
noop_count
integer
default:0
operation_id
string<uuid4> | null
settings_only_count
integer
default:0
warnings
ValidationWarning · object[]