Creating a Cloud and Nodes
Create a Cloud via the API
POST /v3/flexVM/clouds
Host: api.i3d.net
PRIVATE-TOKEN: YOUR_API_KEY
Content-Type: application/json
{
"name": "My private cloud",
"description": "A cloud I would like to use to create VMs in.",
"site": "frmtl1",
"instance_type": "bm9.hmm.gpu.4rtx4000.64"
}Deleting a Cloud
Nodes
Last updated
Was this helpful?