> 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/resume-subscription.md).

# resumeSubscription

If you do not pass a date or time the resumeFrom argument, then the subscription will be immediately resumed. Resuming a subscription will always change its status to **activated**.

### Arguments

| Argument                                                                                            | Description                       |
| --------------------------------------------------------------------------------------------------- | --------------------------------- |
| input ([ResumeSubscriptionInput](/graphql-api/api-reference/objects/resume-subscription-input.md)!) | Parameters for ResumeSubscription |

### ResumeSubscriptionInput Arguments

| Argument                                                                                 | Description                                                                                      |
| ---------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ |
| id ([ID](/graphql-api/api-reference/objects/id.md)!)                                     | ID of the subscription to resume.                                                                |
| resumeFrom ([ISO8601DateTime](/graphql-api/api-reference/objects/iso-8601-date-time.md)) | Time to resume the subscription from. If not given the subscription will be immediately resumed. |

### Return fields

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

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