Skip to main content

NodesListResponseSchema

min_gpu_countintegerrequired

Minimum number of GPUs across the returned nodes.

nodesobject[]required

List of available compute node objects.

messagestring

Human-readable status message.

Default: null
statusstring

Indicates the result of the operation. Typically "success".

Default: success
NodesListResponseSchema
{
"min_gpu_count": 0,
"nodes": [
{}
],
"message": null,
"status": "success"
}