quotastack Docs
Docs / API / Errors / key_quota_exceeded
409

Key quota exceeded

https://api.quotastack.io/errors/key_quota_exceeded

This environment already holds as many API keys as it may. QuotaStack made no key.

Why it happened

  • You hit the key limit for this environment.

How to fix it

  1. Delete a key you no longer use, in the dashboard.
  2. Swap a key in place, instead of making a new one.
Example response 409
{
  "type": "https://api.quotastack.io/errors/key_quota_exceeded",
  "title": "Key quota exceeded",
  "status": 409,
  "detail": "The API key limit for this environment has been reached."
}

Which calls return this

See also