Accounts and sign-in
Do I need a GitHub account?
Do I need a GitHub account?
I signed in with Google and my boxes are gone.
I signed in with Google and my boxes are gone.
How do I change the email address Box writes to?
How do I change the email address Box writes to?
Regions and trust
Where do boxes run?
Where do boxes run?
Is EU latency a problem from the US or Latin America?
Is EU latency a problem from the US or Latin America?
Do you have compliance certifications?
Do you have compliance certifications?
Billing
Am I billed when a box is stopped?
Am I billed when a box is stopped?
What do snapshots, IP addresses, and egress cost?
What do snapshots, IP addresses, and egress cost?
Do unused credits expire?
Do unused credits expire?
How much has one box cost me?
How much has one box cost me?
box usage <id>, or GET /boxes/{boxId}/usage, gives the machine time and list-price cost of a single box, over its life or a billing window, running or stopped. It is the same meter your balance drains by, so platforms use it to bill their own users per box. See Per-box usage.Lifecycle
How do I get rid of a box?
How do I get rid of a box?
box stop: it snapshots, is free and reversible, and you can resume any time, months later included. Stopped boxes cost nothing, so there is rarely a reason to delete one.If you do want it gone, box delete <id> (or Delete in the dashboard ⋯ menu) force-stops the box and permanently deletes its snapshots. It cannot be resumed or forked afterwards and there is no undo, so reach for it only when you are sure the data is worthless. Snapshot data another box forked or resumed from it still uses is kept, as are named snapshots saved from it. See Snapshots.Why does a box sometimes come back up instead of stopping?
Why does a box sometimes come back up instead of stopping?
How fast are resume and fork?
How fast are resume and fork?
ready or idle before running commands; commands sent earlier run before your environment variables are applied.Do processes survive stop and resume?
Do processes survive stop and resume?
Running a platform
One box per user, per project, or per session?
One box per user, per project, or per session?
How long should I leave a user's box running before stopping it?
How long should I leave a user's box running before stopping it?
box stop a few seconds to a couple of minutes after the agent finishes. Resume takes seconds, so a short countdown cuts cost with little UX impact. Budget the resumes: each one counts against your machine start limits exactly like a create.What counts as a machine start, and what are the limits?
What counts as a machine start, and what are the limits?
How do I handle launch spikes?
How do I handle launch spikes?
box fork it per user instead of installing from scratch, and check that your start limits cover the peak. See Template Boxes.Do prepared templates actually reduce billed time?
Do prepared templates actually reduce billed time?
Is Box good for sustained heavy compute?
Is Box good for sustained heavy compute?
box new --type large doubles the CPU and memory of a default box if a workload needs more headroom. For sustained multi-hour 100% CPU or GPU loads, dedicated compute primitives are a better fit.Can I resize a box?
Can I resize a box?
--type to resume or fork to move a box between small, default, large, and xlarge. Growing always works; shrinking is refused when the box holds more data than the smaller machine takes, and the box is left exactly as it was. xlarge requires an effective $100-or-higher plan and an explicit bare-metal operator allocation. See Machine Capabilities.