Create Supercomputer
POST/supercomputers
Create a Supercomputer
Request
- application/json
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
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
id string
The ID of the Supercomputer
{
"id": "5272e090-a595-4d6a-8587-cfe78214739f"
}
Loading...