> For the complete documentation index, see [llms.txt](https://docs.podigee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podigee.com/help-center/podigee-hosting/how-do-i-pause-or-cancel-my-subscription.md).

# How do I pause or cancel my subscription?

Pause, cancel, or resume your Podigee subscription in the Plan tab, and what changes at term end.

Open the user menu and select **My account**, then open the **Plan** tab. Select **Cancel Subscription** in the **Danger Zone**. The page **Pause or cancel your subscription** offers both options. **Resume subscription** on the same tab removes a scheduled pause or cancellation.

{% tabs %}
{% tab title="Classic view" %}

### What changes

* A pause starts at the end of the current billing term and lasts three months. During the pause you pay nothing and you cannot publish new content. A pause is available on paid self-service plans or on an older plan that includes it. A pause is not available while an invoice is unpaid or while a cancellation is scheduled.
* A cancellation takes effect at the end of the current term. On that date Podigee unpublishes your podcasts and removes them from the platforms unless you set up a redirect to another host. You also lose access to your analytics.
* If you use a free plan, a trial, or an editor account, you do not need to cancel.

![Pause or cancel your subscription page in the classic view for a free Launch account with the text You don't need to cancel your subscription](https://3783285060-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FD93i0iLsYAqHLne1NyxS%2Fuploads%2Fgit-blob-5cc4c83ec7d449c33cdd2c5617a17e72af21fe3d%2Fdoc-help-025-classic-no-cancellation-needed.png?alt=media)

On the free Launch plan, the page explains that there is no subscription to cancel.

For the details, see the Documentation page "Pause, cancel, or resume your subscription".
{% endtab %}

{% tab title="Podigee workspace" %}
The Podigee workspace does not include subscription pause, cancellation, or resume yet. Switch to the classic view to pause, cancel, or resume your subscription.
{% endtab %}
{% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.podigee.com/help-center/podigee-hosting/how-do-i-pause-or-cancel-my-subscription.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
