The Instances page
gpuoutlet.ai/app/rentals is your control panel for every pod, current and historical. Three KPI cards at the top:- Active instances — currently Running
- Hourly burn — combined hourly rate of every Running pod
- Session spend — total cents charged across this billing session
Stopping
Click any pod card → Stop button in the bottom-right.Or via API
- Immediate — terminate signal sent within 100ms
- Permanent — the pod is destroyed, its disk wiped
- Settled — your wallet is debited for the exact seconds consumed, rounded to nearest second
Restarting / relaunching
A stopped pod can’t be restarted. To pick up where you left off:- Push your work to persistent storage before stopping
- Launch a fresh pod
- Pull your work back down
Reading the metering data
Each pod card shows:- Rate — $X.XX/hr
- GPUs — e.g.
1× RTX 4090 - Ran for — total runtime
- Total — total charged
Sample
secondsBilled / 3600 * ratePerHour * 100 should match currentChargeCents
to the cent. We round half-up at settlement.
Filtering instance history
The status filter chips above the grid let you scope. Common queries:- Stopped — see your last week’s runs and how much each cost
- Failed — see anything that didn’t provision; click in for the provider error log + auto-refund line
Auto-stop on launch (coming)
The Create flow will soon expose Auto-stop after N hours so you can guarantee a runaway script can’t burn through your wallet overnight. For now, set your wallet balance to the budget you’re comfortable with — every pod stops automatically when the wallet hits $0.Bulk operations via API
If you’re running an experiment fleet:Stop everything that's running