Update a cluster

Update a cluster in the Organization.

Path parameters

organizationIdstringRequired
The ID of the Organization to which the cluster belongs.
clusterIdstringRequired
The cluster's ID

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
Update Dedicated Cluster RequestobjectRequired
OR
Update Hybrid Cluster RequestobjectRequired

Response

OK
cloudProviderenum
The name of the cluster's cloud provider.
Allowed values:
createdAtdatetime

The time when the cluster was created in UTC. formatted as YYYY-MM-DDTHH:MM:SSZ.

dbInstanceTypestring
The type of database instance that is used for the cluster.
idstring
The cluster's ID.
namestring
The cluster's name.
organizationIdstring
The ID of the Organization that the cluster belongs to.
regionstring
The region in which the cluster is created.
statusenum
The status of the cluster.
typeenum
The type of the cluster.
Allowed values:
updatedAtdatetime

The time when the cluster was last updated in UTC. formatted as YYYY-MM-DDTHH:MM:SSZ.

vpcSubnetRangestring
The VPC subnet range.
healthStatusobject or null
isLimitedboolean or null
Whether the cluster is limited.
metadataobject or null
nodePoolslist of objects or null
The list of node pools that are created in the cluster.
podSubnetRangestring or null
The subnet range for Pods. For GCP clusters only.
providerAccountstring or null
The provider account ID. For GCP clusters only.
servicePeeringRangestring or null
The service peering range. For GCP clusters only.
serviceSubnetRangestring or null
The service subnet range. For GCP clusters only.
tagslist of objects or null
The Kubernetes tags in the cluster. For AWS Hybrid clusters only.
tenantIdstring or null
The tenant ID. For Azure clusters only.
workspaceIdslist of strings or null
The list of Workspaces that are authorized to the cluster.

Errors