Skip to main content
PATCH
Update Inventory Cluster

Authorizations

Authorization
string
header
required

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

Path Parameters

cluster_id
string
required

Query Parameters

dryRun
boolean
default:false

Body

application/json

Cluster create/update. All fields optional (partial update); create validates name in the service. JSON buckets are persisted as-is (trusted from the form).

name
string | null
slug
string | null
displayName
string | null
status
enum<string> | null
Available options:
PLANNED,
ACTIVE,
DECOMMISSIONING,
DECOMMISSIONED,
OFFLINE
vaultSshCaEnabled
boolean | null
liquidCompute
boolean | null
listedPrimeResell
boolean | null
description
string | null
comments
string | null
tags
string[] | null
siteId
string | null
tenantId
string | null
clusterId
string | null
identity
Identity · object | null
commercial
Commercial · object | null
network
Network · object | null
storage
Storage · object | null
operations
Operations · object | null
access
Access · object | null
additional
Additional · object | null

Response

Successful Response

data
MutationResult · object | null

Response data

status
string | null

Response status