> For the complete documentation index, see [llms.txt](https://developer.firmhouse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.firmhouse.com/graphql-api/api-reference/mutations/reactivate-subscription.md).

# reactivateSubscription

### Arguments

| Argument                                                                                                    | Description                           |
| ----------------------------------------------------------------------------------------------------------- | ------------------------------------- |
| input ([ReactivateSubscriptionInput](/graphql-api/api-reference/objects/reactivate-subscription-input.md)!) | Parameters for ReactivateSubscription |

### ReactivateSubscriptionInput Arguments

| Argument                                                                             | Description                                                                                                                                       |
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| id ([ID](/graphql-api/api-reference/objects/id.md)!)                                 | ID of the cancelled, stopped, or customer-unsubscribed subscription to reactivate.                                                                |
| nextBillingDate ([ISO8601Date](/graphql-api/api-reference/objects/iso-8601-date.md)) | Next billing date to use after reactivation. When omitted, the existing date is kept if it is still valid or recalculated to the next valid date. |

### Return fields

#### errors (\[[ModelValidationError](/graphql-api/api-reference/objects/model-validation-error.md)!]!)

#### subscription ([Subscription](/graphql-api/api-reference/objects/subscription.md))
