Skip to main content

GPU_List

statusboolean

Whether the request succeeded.

Example: true
messagestring

Human-readable description of the result.

Example: Getting GPU list successful
gpu_list object[]
  • Array [
  • idinteger

    Unique numeric identifier.

    Example: 5341
    namestring

    Resource name.

    Example: RTX-A4000
    regions object[]

    Regions where the resource is available.

  • Array [
  • idinteger

    Unique numeric identifier.

    Example: 1402
    namestring

    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:11Z
    updated_atstring<date-time>nullable

    ISO 8601 UTC timestamp marking when the resource was last modified.

  • ]
  • GPU_List
    {
    "status": true,
    "message": "Getting GPU list successful",
    "gpu_list": [
    {
    "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"
    }
    ]
    }