> ## Documentation Index
> Fetch the complete documentation index at: https://docs.particle.pro/llms.txt
> Use this file to discover all available pages before exploring further.

# subscription_already_canceled

> Subscription is already canceled — sign up again to reactivate

|                    |                                 |
| ------------------ | ------------------------------- |
| **HTTP status**    | `409 Conflict`                  |
| **Error code**     | `subscription_already_canceled` |
| **Resolve action** | `select_plan`                   |

## What happened

`PUT /v1/organizations/{orgId}/billing/subscription` (change-plan) was rejected because the organization's cancellation has already taken effect — there is no active Orb subscription to modify. (For canceled-but-not-yet-effective state, see [`cancellation_revertable`](/errors/cancellation_revertable).)

## How to fix

Sign up again with `POST /v1/organizations/{orgId}/billing/subscription`. A new Orb subscription is created on the same Orb customer using the plan ID supplied in the request body; previously-granted signup credit is preserved so it is not granted twice.
