Nodes
Create nodes
Create VM nodes
post/v1/nodes
Request body
Example request
{
"desired_count": 1,
"zone": "hayesvalley",
"max_price_per_node_hour": 1600,
"start_at": 1640995200,
"names": [
"cuda-crunch"
],
"cloud_init_user_data": "aGVsbG8gd29ybGQ=",
"image_id": "image_1234567890abcdef"
}Response
Nodes created successfully
Example response
{
"object": "list",
"data": [
{
"object": "node",
"id": "n_b1dc52505c6db142",
"name": "cuda-crunch",
"zone": "hayesvalley",
"owner": "sfcompute",
"created_at": 1640995200,
"updated_at": 1640995200,
"start_at": 1640995200,
"end_at": 1640995200,
"deleted_at": 1640995200,
"procurement_id": "proc_b1dc52505c6de142",
"max_price_per_node_hour": 1000,
"vms": {
"object": "list",
"data": [
{
"object": "vm",
"id": "vm_myOZZXw4pfcp7H9DQOldd",
"created_at": 1640995200,
"updated_at": 1640995200,
"start_at": 1640995200,
"end_at": 1640998200,
"image_id": "image_myOZZXw4pfcp7H9DQOldd",
"zone": "hayesvalley"
}
]
},
"current_vm": {
"object": "vm",
"id": "vm_myOZZXw4pfcp7H9DQOldd",
"created_at": 1640995200,
"updated_at": 1640995200,
"start_at": 1640995200,
"end_at": 1640998200,
"image_id": "image_myOZZXw4pfcp7H9DQOldd",
"zone": "hayesvalley"
}
}
]
}