Install the CLI
Download and run the install script.Log in
Authenticate the CLI.Check what you can buy
SKUs describe the hardware you can buy. List them and when each becomes available, 1 row per SKU.NEXT AVAILABLE is the soonest instances become available and how many. Values are now (N), a
time like Today, 8:00pm (4), or — when nothing is scheduled. NEXT 48H sparklines the schedule
with the peak shown to the right.
Create an empty pool
A pool tracks your compute allocation over time. You buy compute time into a pool with orders, and instances on the pool run when there’s allocated time. Create a pool nameddev.
Buy compute time
Buying compute time charges your organization. Make sure you have credits: check with
sf billing balance or top up on the dashboard.now.
Check your order
List your orders and check the status.If the order shows
cancelled, the price was too low or there was no availability. Try a higher
rate, a later start time, or --allow-standing. A standing order stays open on the orderbook until
it fills or you cancel it.List images
An image is the bootable disk template an instance starts from. You need an image name or ID to create an instance. List the images available to you.Create an instance
First, create a startup script that injects your SSH key so you can connect to the instance.now, your instance gets its allocation within about a minute and begins booting. Compute ownership
and instances are separate: you can terminate and recreate instances without losing your purchased
compute time.
Watch your instance start
List your instances to watch the status. TheNAME column shows the name you’ll use to connect.
Connect via SSH
SSH in with the instance name fromsf instances list.
Next steps
You now have a running GPU instance. Here are some things to try.Sell back unused compute time
Place a sell order as a standing order. If someone buys it, you get credits back (minus a variable platform fee) and the instance loses its compute time.Check your pool’s allocation schedule
See the compute time you own on the pool.Learn more
- Instances and Pools explains the core model.
- Auto-scaling shows how to scale a fleet up and down while buying and selling time automatically.
- Pools, orders, and instances are the resource references for the commands used here.