Skip to content
Docs

    Instance Types

    Get Instance Type
    GET/v1/instance_types/{region}/{name}
    List Instance Types
    GET/v1/instance_types
    ModelsExpand Collapse
    InstanceType object { chipset, created_at, family, 7 more }

    Instance type.

    chipset: string
    created_at: string

    When the Instance Type was created.

    formatdate-time
    family: string
    memory_gb: number
    name: string
    network_bandwidth_gbps: number

    Network bandwidth in Gbps.

    region: RegionName

    Region the resource is in.

    series: string
    updated_at: string

    When the Instance Type was updated.

    formatdate-time
    vcpu: number
    InstanceTypeList object { items, pagination }
    items: array of InstanceType { chipset, created_at, family, 7 more }
    chipset: string
    created_at: string

    When the Instance Type was created.

    formatdate-time
    family: string
    memory_gb: number
    name: string
    network_bandwidth_gbps: number

    Network bandwidth in Gbps.

    region: RegionName

    Region the resource is in.

    series: string
    updated_at: string

    When the Instance Type was updated.

    formatdate-time
    vcpu: number