> For the complete documentation index, see [llms.txt](https://docs.b2copy.b2broker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2copy.b2broker.com/user-guide/manage-subscriptions/pause-or-resume-a-subscription.md).

# Pause or resume a subscription

You, as an investor, can pause your active copy-trading and MAM subscriptions and resume the subscriptions that were previously paused.

PAMM subscriptions can't be paused.

## Pause a subscription

After a subscription is paused, the following happens:

* New positions opened on a master account are no longer copied to your investment account.
* Previously copied open positions will be closed on your investment account whenever the same positions are closed on the master account.
* The payment of fees continues according to the subscription fee plan.

To pause a subscription:

{% stepper %}
{% step %}
In the main menu, expand the respective item, such as **B2COPY** or **MAM**, and then click **My Accounts** under the desired platform, if more than one is available.
{% endstep %}

{% step %}
Select the investment account in the list.
{% endstep %}

{% step %}
In the account details, go to **Subscriptions**.
{% endstep %}

{% step %}
Select the subscription that you want to pause.
{% endstep %}

{% step %}
To pause the selected subscription, enable the **Pause Copy** switch.

<figure><img src="/files/f5zp4bMESTGSzxrJmZK9" alt="Enable the Pause Copy switch"><figcaption><p>Enable the Pause Copy switch</p></figcaption></figure>
{% endstep %}
{% endstepper %}

Once the switch is enabled, the subscription is immediately paused but retains its **Active** status, meaning that your investment account will continue to be subscribed to the master account.

## Resume a subscription

You can resume the subscriptions that were previously paused.

New positions opened on a master account after resuming a subscription will be copied to your investment account.

To resume a subscription:

{% stepper %}
{% step %}
In the main menu, expand the respective item, such as **B2COPY** or **MAM**, and then click **My Accounts** under the desired platform, if more than one is available.
{% endstep %}

{% step %}
Select the investment account in the list.
{% endstep %}

{% step %}
In the account details, go to **Subscriptions**.
{% endstep %}

{% step %}
Select the subscription that you want to resume.
{% endstep %}

{% step %}
To resume the selected subscription, disable the **Pause Copy** switch.
{% endstep %}
{% endstepper %}

Once the switch is disabled, the subscription is immediately resumed.


---

# 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.b2copy.b2broker.com/user-guide/manage-subscriptions/pause-or-resume-a-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.
