Skip to main content
POST
Instantiate Stack Profile 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

Body

application/json
profile_id
string<uuid4>
required
deploy
boolean
default:false
new_stack_name
string | null
parameters
ParameterBinding · object[]
version
integer | null

Response

Successful Response

addons_count
integer
required
draft_id
string<uuid4>
required
manifests_count
integer
required
profile_version
integer
required
stack_name
string
required
deployed
boolean
default:false
job_count
integer
default:0
operation_id
string<uuid4> | null
warnings
string[]