Skip to main content
PUT
Change Control Plane Count 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<uuid>
required

Body

application/json
count
enum<integer>
required

Number of controller nodes. Must be 1 (single controller) or 3 (HA), since etcd requires an odd voting-member count for quorum.

Available options:
1,
3

Response

Successful Response

new_count
integer
required
previous_count
integer
required