Virtual Machines
Create Instance
{
"vmTypeId": 10086,
"region": "sg",
"nickName": "my-first-vm",
"isSpot": 0
}{
"message": "success",
"code": 10000,
"data": {
"id": "399527225789387495",
"orgId": "295310909206171648",
"nickname": "test",
"gpuDisplayName": "1x RTX A6000 [Low RAM] (48GB) - MassedCompute (6C/24G/256G)",
"ipAddress": "216.81.248.18",
"domainName": "instance-2008745331524636672.yottadeos.com",
"cpuCores": 6,
"memoryInGb": "24",
"gpuCount": 1,
"gpuMemoryInGb": "48",
"region": "mc-us-central-3",
"storageInGb": "256",
"notebookUrl": "http://instance-2008745331524636672.yottadeos.com:8888/lab?token=30a268ec-dc60-4a6c-94fe-bde619997544",
"sshTemplate": "ssh -i <your-private-key> [email protected]",
"status": "Terminated",
"createdAt": "1767757113485",
"terminatedAt": "1767758190693",
"updatedAt": "1767780000000",
"osInfo": "Ubuntu 22.04 LTS",
"gpuType": "RTX A6000",
"isSpot": 0
}
} Response
Get Instance Details
List Organization Instances
Terminate Instance
Get Available VM Types
OpenapiVmsResponse
OpenapiVmsRegionsResponse
OpenapiVmsTypesResponse
Data Structure Description
InstanceStatusEnum
Response Codes
Last updated
Was this helpful?