> ## 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_not_canceled

> Subscription is not in the canceled state, so it cannot be resumed

|                 |                             |
| --------------- | --------------------------- |
| **HTTP status** | `409 Conflict`              |
| **Error code**  | `subscription_not_canceled` |

## What happened

`POST /v1/organizations/{orgId}/billing/subscription/resume` was called on an organization whose subscription is not in the `CANCELED` state. The resume endpoint only reverts a scheduled cancellation — there is nothing to revert here.

## How to fix

No action is needed: the subscription is already active. To switch plans use `PUT /v1/organizations/{orgId}/billing/subscription`; to cancel use `POST /v1/organizations/{orgId}/billing/cancel`.
