GPU_Fields
idinteger
Unique numeric identifier.
Example:
5341namestring
Resource name.
Example:
RTX-A4000regions object[]
Regions where the resource is available.
Array [
idinteger
Unique numeric identifier.
Example:
1402namestring
Resource name.
Example:
NORWAY-1]
example_metadatastring
Example:
{"pci_passthrough:alias": "RTX-A4000:4"}created_atstring<date-time>
ISO 8601 UTC timestamp marking when the resource was created.
Example:
2026-05-06T14:32:11Zupdated_atstring<date-time>nullable
ISO 8601 UTC timestamp marking when the resource was last modified.
GPU_Fields
{
"id": 5341,
"name": "RTX-A4000",
"regions": [
{
"id": 1402,
"name": "NORWAY-1"
}
],
"example_metadata": "{\"pci_passthrough:alias\": \"RTX-A4000:4\"}",
"created_at": "2026-05-06T14:32:11Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}
Was this page helpful?