Budget Mode
Budget Mode is a Phase 3 feature, coming soon.
Set daily spending caps to control costs automatically.
How It Works
- Set a daily budget (e.g., $5/day)
- Pulserun tracks your spending in real-time
- When the daily cap is reached, instances are automatically stopped
- Resumes the next day (or when you increase the budget)
Per-Instance Budgets
Set a budget limit on individual instances:
curl -X POST https://api.pulserun.dev/v1/instances \
-H "Authorization: Bearer pr_live_xxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{"gpu": "a100_80gb", "template": "pytorch", "budget_limit": 10.00}'This instance will auto-terminate when it has cost $10.
Account-Level Budgets
Configure daily spending caps in Settings → Budget:
- Daily cap — Maximum spend per day
- Weekly cap — Maximum spend per week
- Monthly cap — Maximum spend per month