This guide walks you through launching your first GPU instance on SF Compute.Documentation Index
Fetch the complete documentation index at: https://docs.sfcompute.com/llms.txt
Use this file to discover all available pages before exploring further.
Install the CLI
Log in
sf billing balance.
Check what you can buy
Hardware is described by instance SKUs. Preview what’s currently for sale, one row per SKU.NODES NOW is what’s available right now; NEXT 48H sparklines the schedule with the peak shown
to the right.
Create an empty capacity
A capacity tracks your compute allocation over time. You buy compute time into a capacity with orders, and instances on the capacity run when there’s allocated time.Buy compute time
This will charge your account. Make sure you have credits — check with
sf billing balance or
top up on the dashboard.Check your order
If the order shows
cancelled, the price was too low or there was no availability. Try a higher
rate, a later start time, or use --allow-standing to leave the order on the book.List images
Images are bootable OS disk images. You’ll need an image name or ID to create an instance.Create an instance
First, create a startup script that injects your SSH key so you can connect to the instance.now, the instance will be allocated within about a minute and begin booting. Compute ownership
and instances are separate: you can terminate and recreate instances without losing your purchased
compute time.
Watch your instance start
Connect via SSH
Next steps
You now have a running GPU instance. Here are some things to try: Sell back unused compute. Place a sell order as a standing order — if someone buys it, you get credits back and the instance loses its compute time.- Capacities — manage compute allocation
- Orders — buy and sell compute time
- Instances — SSH, logs, images, and lifecycle