Docs · error · HTTP 429
-32014 Per-service unit cap reached
A per-service cap you set (account or key) is used up for the month.
What to do
- Raise or clear it under Services (the body names the scope)
- Resets with the month
Where it lives: /services · the support playbook for this code is "Service switched off (account or key)".
The exact answer
HTTP 429
{
"error": {
"code": -32014,
"message": "Monthly unit cap reached for the 'toolbox' service — this cap is your own setting; raise or remove it under Dashboard → Services",
"data": {
"request_id": "<uuid>",
"support": "/support/new?request_id=<uuid>",
"service": "toolbox",
"scope": "account",
"cap": 100000,
"used": 100000,
"remaining": 0,
"resets_in_seconds": 86400
}
}
}
All codes: error decoder · methods and limits · file it: /support/new?request_id=….