Skip to main content
PUT
Update a hardware tier

Authorizations

X-Domino-Api-Key
string
header
required

Body

application/json

Updated hardware tier

centsPerMinute
number<double>
required

Cost per minute of using this hardware tier as defined by an Admin.

creationTime
string<date-time>
required

When the hardware tier was created

Example:

"2022-03-12T02:13:44.467Z"

flags
object
required

Boolean flags for a hardware tier

id
string
required
Example:

"small-k8s"

metadata
object
required
name
string
required
Example:

"My-HardwareTier"

podCustomization
object
required

Custom fields for hardwareTier

resources
object
required

Compute resources for a hardware tier

updateTime
string<date-time>
required

When the hardwareTier was last updated

Example:

"2022-03-12T02:13:44.467Z"

availabilityZones
string[]
capacity
object

Current capacity information for a hardware tier. Note: Not necessary on requests to update a hardware tier.

computeClusterRestrictions
object

Details about specific compute clusters a hardware tier is restricted to

dataPlaneId
string
dataPlaneName
string

Human-readable name of the data plane this hardware tier is configured to run on. Resolved at read time; not persisted. Optional for backward compatibility.

gpuConfiguration
object

Gpu configuration for a hardware tier

maxSimultaneousExecutions
integer
nodePool
string
overProvisioning
object

Over provisioning settings for a hardware tier

tags
string[]

Response

Success

hardwareTier
object
required
metadata
object
required
Last modified on August 18, 2026