How Wherobots billing works
Wherobots charges based on Spatial Units (SUs) consumed over time. The main factors in Spatial Unit consumption are:- Runtime size — Larger runtimes consume more Spatial Units per hour.
- Runtime duration — The longer a runtime stays active, the more you pay.
- Runtime region — Some regions have different Spatial Unit rates.
Cost management strategies
The following strategies will help you manage costs, especially during the early stages of exploration and development.Start with a Tiny or Micro runtime
When you’re exploring Wherobots for the first time — writing queries, testing workflows, or confirming that your logic is correct — use the smallest runtime available:| Runtime | Max Spatial Units / hr | Best for |
|---|---|---|
| Micro | 1 | Lightweight exploration, simple queries |
| Tiny | 5 | Initial development, testing, query validation |
Community Edition Organizations are limited to the Tiny runtime. Professional and Enterprise Editions have access to the full range of runtime sizes.
Destroy notebooks when you’re done
A running notebook consumes Spatial Units even if you’re not actively using it. This is the most common source of unexpected charges. To avoid surprises, always destroy notebooks when you’re done with them:- Go to Wherobots Cloud.
- Scroll to the Notebooks section.
- Click Destroy on any active notebook instances you no longer need.
Use idle timeout as a safety net, not a strategy
Wherobots lets you configure an idle timeout (15, 45, or 120 minutes) that reduces resource consumption when a notebook sits unused. However:- Idle timeout does not destroy the notebook — it reduces but does not eliminate charges.
- Treat idle timeout as a safety net for those times when you forget to clean up, not as your primary cost-control measure.
Monitor your usage
Use the Workload History dashboard to track resource consumption across your Organization:
- Identify the amount of Spatial Units consumed by each Job, SQL Session, or Notebook.
- Filter Jobs, SQL Sessions, or Notebooks by Owner, Region, and Type.
- Toggle among different time ranges (last 24 hours, last 7 days, last 30 days).
- Filter by name or ID to find specific workloads.
- Identify usage spikes and long-running sessions.
Monitor your Job Run history
Within the Workload History dashboard, each Job Run includes a detailed view of its resource consumption:
Scale up only when needed
Follow this progression as you move from testing to production:| Phase | Recommended runtime | Why |
|---|---|---|
| Exploring the platform | Micro or Tiny | Lowest cost while you learn |
| Developing & testing queries | Tiny | Enough power for iterative development |
| Running on full datasets | Small or Medium | Balance of cost and performance |
| Production workloads | Size to your needs | Match runtime size to your SLA and data volume |
Quick-reference checklist
Use this checklist to keep costs under control:- Start small — Use Micro or Tiny runtimes during initial testing.
- Validate first — Confirm your query logic on a small runtime before scaling up.
- Destroy when done — Destroy notebook instances as soon as you’re finished.
- Review usage — Check the Workload History dashboard regularly.
- Scale intentionally — Only increase runtime size when you have a clear performance need.
Cost example
Let’s discuss a concrete example to illustrate how costs can add up and how to manage them:- A Tiny General Purpose runtime in the us-west-2 region consumes up to 5 Spatial Units per hour.
- For example, if Spatial Units are priced at $1.50 each (see Wherobots Pricing for current rates), that comes to a maximum of $7.50 per hour.
Don’t forget to clean up: However, leaving this same runtime idle for a full 8-hour TTL window could cost up to $60 — even if you stop working after 15 minutes.To avoid unexpected charges, always destroy notebooks when you’re done.
Related resources
- Runtimes — Frequently asked questions about runtime sizes, Spatial Unit rates, and specifications.
- View Your Bill — How to access billing statements.
- Monitor Workload Usage — Track resource consumption.
- Wherobots Pricing — Full plan comparison.

