Skip to main content

Create Supercomputer

POST 

/supercomputers

Create a Supercomputer

Request

Body

required

JSON Payload

    displayName stringrequired

    The display name of the Supercomputer

    gpuDirectNetworking boolean

    Whether to use direct GPU networking, or not

    locationName stringrequired

    The name of the Location to deploy the Supercomputer at

    nodeCount integerrequired

    The number of Supercomputer nodes

    osName stringrequired

    The name and version of the operating system to install on the Supercomputer

    sharedStorage

    object

    Shared storage configuration

    mountPoint stringrequired

    The mount point for the storage disk

    size integerrequired

    The size of the storage disk in Gigabytes

    sshKeyId stringrequired

    The ID of the SSH Key to use for remote access to the Supercomputer

    templateName stringrequired

    The name of the Supercomputer Template to use

Responses

OK

Schema

    id string

    The ID of the Supercomputer

Loading...