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

# Activate Subscription

Activates a subscription. This is the only way to transition a subscription to
`active` status — setting the status directly via the create or update endpoints
is not supported.

Before activation, the subscription must meet these requirements:

* At least one subscription version must be present
* All versions must have a start date
* Each version must have at least one price

This will also publish all existing draft versions on the subscription.

## Path Parameters

<ParamField path="id" type="string" required>
  The unique identifier of the subscription to activate
</ParamField>
