Update a Kubernetes bare metal node
PUT
/v1/hosts/kubernetes_baremetal_nodes/{server_id}To update a Kubernetes node specified in the path parameter, use a PUT request to the /v1/hosts/kubernetes_baremetal_nodes/{server_id} endpoint. Labels can be added in the request body.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
server_id*string
A unique identifier of a Kubernetes node.
Request Body
application/json
Response Body
application/json
application/json
application/json
curl -X PUT "https://example.com/v1/hosts/kubernetes_baremetal_nodes/J0dNK2eL" \ -H "Content-Type: application/json" \ -d '{ "labels": { "environment": "production", "service": "my-web-app", "example.com/project": "my-project", "example.com/owner": "my-team" } }'{ "id": "J0dNK2eL", "kubernetes_cluster_id": "pmbkrxaz", "kubernetes_cluster_node_id": "pnelx6eK", "kubernetes_cluster_node_number": 79, "rack_id": "9wdLmwej", "title": "title714", "location_id": 1540, "location_code": "location3183", "status": "active", "operational_status": "normal", "power_status": "powered_on", "configuration": "REMM R123", "private_ipv4_address": "10.0.0.175", "public_ipv4_address": "169.254.0.175", "lease_start_at": "2026-05-25", "scheduled_release_at": null, "type": "kubernetes_baremetal_node", "oob_ipv4_address": "198.29.114.3", "configuration_details": { "ram_size": 0, "server_model_id": null, "server_model_name": null, "bandwidth_id": null, "bandwidth_name": null, "private_uplink_id": null, "private_uplink_name": null, "public_uplink_id": null, "public_uplink_name": null, "operating_system_id": null, "operating_system_full_name": null }, "labels": { "environment": "production", "service": "my-web-app", "example.com/project": "my-project", "example.com/owner": "my-team" }, "created_at": "2026-05-28T07:04:28Z", "updated_at": "2026-05-28T07:04:28Z"}{ "message": "Not found", "code": "NOT_FOUND"}{ "message": "Validation failed", "code": "UNPROCESSABLE_ENTITY", "errors": { "labels": "invalid key \"@\"" }}