v1
latestOpenAPI 3.1.02026-07-1711039.2 KBClusters
Update a cluster
Update cluster metadata and/or create a new cluster version. Changing zkvm_version_id or vk_path creates a new cluster version.
patch/clusters/{id}
Path parameters
idinteger required
Cluster ID (index)
Request body
Example request
{
"name": "ZKnight-01",
"num_gpus": 8,
"hardware_description": "8x NVIDIA H100 80GB GPUs, AMD EPYC 9654 96-Core Processor",
"is_active": true,
"zkvm_version_id": 1,
"vk_path": "/path/to/vk"
}Response
Cluster updated successfully