Skip to content

HTTP 409, billing and entitlements

BILL-002

A plan change is already in progress.

What it means

Another plan change is mid-flight for this workspace.

What to do

Wait for it to settle, then retry.

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/BILL-002",
  "title": "A plan change is already in progress.",
  "status": 409,
  "code": "BILL-002",
  "trace_id": "01J8Z…"
}

Related codes

Plan state and the payment boundary. ShiftGraph invoices and is paid by transfer, so nothing here involves a stored card.

The full error reference, or write to support@shiftgraph.dev with the trace id.