clusters

Update cluster

Partially updates a cluster by its identifier. The code is immutable.

patch/api/v1/clusters/{id}

Path parameters

idstring uuid required
Example:6f0d9c5a-7d4d-4f6a-9b6a-2b5a0b5a0b5a

Cluster identifier (UUID v4).

Request body

namestring
activeboolean
descriptionstring nullable
colorstring nullable
metadataobject nullable

Response

Cluster updated.

idstring required
codestring required
namestring required
descriptionstring nullable required
colorstring nullable required
activeboolean required
metadataobject nullable required
created_atstring required
updated_atstring required

Changes