Skip to main content
Limits protect capacity from runaway automation. The authoritative values are deployment-specific. Every limit names itself as details.quota.metric in the structured error that rejects a request; the run-rate and volume limits also read back from hiloop usage.
A request over any of these caps is rejected with quota_exceeded, and details.quota.metric says which one. A request over a rate limit uses rate_limited and includes Retry-After. Preserve the same idempotency key and retry with bounded backoff. Delete unneeded volume versions to release storage quota. Stopping a sandbox frees a running slot; only deleting it frees a total slot.