Node lifecycle
| Status | Description |
|---|---|
| awaiting_allocation | No allocation available on the capacity right now |
| running | VM is up and accessible |
| terminated | Allocation ended or node was manually terminated |
| failed | Something went wrong |
awaiting_allocation starts running when the capacity’s allocation schedule covers the
current time. For example, if you buy compute starting at now, the node starts within about a
minute. If the order starts in the future, the node waits until then. The image download and boot
process takes up to 10 minutes before SSH is available.
Create a node
Images
List available images to find one to use with your node.Cloud-init
Pass a startup script or cloud-config YAML via--cloud-init to configure the VM on first boot.
Shell script — inject your SSH public key:
startup.yaml
Check node status
SSH into a node
The node must be in
running status and the image must be fully booted. This can take up to 10
minutes after the node starts.View logs
Terminate a node
Stop the VM immediately. The node moves toterminated status.
Delete a node
Permanently remove a node.Limitations
- No persistent storage. If the underlying machine dies, you get a replacement but not the same disk.
- No public IPs. To serve inference, set up a proxy in another cloud and connect it via VPN.
- No InfiniBand.
- Nodes don’t share a VPC or VLAN. Configure a VPN if you need connectivity between nodes.
- Boot time can be up to 10 minutes for image download and startup.
- No GPU monitoring. GPUs may occasionally fall off the bus — terminate and recreate the node, or contact us.