Update cluster
PUT/v1/api/cd/clusters/{id}
Parameters
Responses
| Parameter | Type | Description |
|---|---|---|
idrequired | string | — |
tags | array | Key/value tags to filter and organize clusters |
handle | string | A short, unique human readable name used to identify this cluster |
metadata | object | Arbitrary JSON metadata to store user-specific state |
name | string | Human readable name for the cluster |
project_id | string | ID of the project this cluster belongs to |
Response samples
200
{
"tags": [
{
"name": "string",
"value": "string"
}
],
"availability_zones": [
"string"
],
"cpu_total": 0,
"cpu_util": 0,
"current_version": "string",
"deleted_at": "string",
"distro": "generic",
"handle": "string",
"id": "string",
"inserted_at": "string",
"installed": false,
"kubelet_version": "string",
"memory_total": 0,
"memory_util": 0,
"metadata": {},
"name": "string",
"namespace_count": 0,
"node_count": 0,
"openshift_version": "string",
"pinged_at": "string",
"pod_count": 0,
"project_id": "string",
"protect": false,
"self": false,
"updated_at": "string",
"version": "string",
"virtual": false
}