HTTP 403, plan limits
QUOTA-002
At the plan limit for projects.
What it means
A project is the unit the CI gate binds a repository to, and the plan sets how many a workspace may hold. The ceiling has been reached.
What to do
Remove a project you no longer gate, or move to a plan with a higher ceiling. Existing gate runs are unaffected.
The response
Every failure arrives in this shape. The trace_id is worth keeping: it identifies the request in our logs and carries nothing about your data.
{
"type": "https://shiftgraph.dev/errors/QUOTA-002",
"title": "At the plan limit for projects.",
"status": 403,
"code": "QUOTA-002",
"trace_id": "01J8Z…"
}Related codes
The ceilings a plan sets. Discovery of a dependency is never billed and never blocked; monitoring one is what spends a slot.
- QUOTA-001At the plan limit for monitored dependencies.HTTP 403
- QUOTA-003This feature is not on the current plan.HTTP 403
The full error reference, or write to support@shiftgraph.dev with the trace id.