Skip to main content

Flavor_List_Response

statusboolean

Whether the request succeeded.

Example: true
messagestring

Human-readable description of the result.

Example: Getting flavors successful
data object[]

Response payload.

  • Array [
  • gpustring

    GPU model name. Empty string if the flavor has no GPU.

    Example:
    region_namestring

    Region the resource is in (for example, NORWAY-1, CANADA-1, US-1).

    Example: NORWAY-1
    flavors object[]

    An array of CPU-only flavor objects available for use as master nodes.

  • Array [
  • idinteger

    Unique numeric identifier.

    Example: 3287
    namestring

    Resource name.

    Example: n1-cpu-small
    display_namestringnullable

    Human-readable display name. Falls back to name if not set.

    region_namestring

    Region the resource is in (for example, NORWAY-1, CANADA-1, US-1).

    Example: NORWAY-1
    cpuinteger

    Number of CPU cores.

    Example: 4
    raminteger

    Memory allocated to the flavor, in GB.

    Example: 4
    diskinteger

    Root disk capacity, in GB.

    Example: 100
    ephemeralinteger

    Ephemeral disk capacity, in GB. Cleared when the VM is deleted.

    Example: 0
    gpustring

    GPU model name. Empty string if the flavor has no GPU.

    Example:
    gpu_countinteger

    Number of GPUs attached to the flavor.

    Example: 0
    stock_availableboolean

    Whether stock is currently available for this flavor in the region.

    Example: true
    created_atstring<date-time>

    ISO 8601 UTC timestamp marking when the resource was created.

    Example: 2026-05-06T16:04:09Z
    labels object[]

    Optional user-supplied tags for grouping or filtering.

  • Array [
  • idinteger

    Unique numeric identifier for the label.

    labelstring

    The label name.

  • ]
  • features object

    Optional feature flags applicable to the resource.

    object
  • ]
  • ]
  • Flavor_List_Response
    {
    "status": true,
    "message": "Getting flavors successful",
    "data": [
    {
    "gpu": "",
    "region_name": "NORWAY-1",
    "flavors": [
    {
    "id": 3287,
    "name": "n1-cpu-small",
    "display_name": "string",
    "region_name": "NORWAY-1",
    "cpu": 4,
    "ram": 4,
    "disk": 100,
    "ephemeral": 0,
    "gpu": "",
    "gpu_count": 0,
    "stock_available": true,
    "created_at": "2026-05-06T16:04:09Z",
    "labels": [
    {
    "id": 0,
    "label": "string"
    }
    ],
    "features": {}
    }
    ]
    }
    ]
    }