> 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/admin-guide/manage-subscriptions/pause-and-resume-subscriptions.md).

# Pause and resume subscriptions

You can pause active copy-trading and MAM subscriptions in the Back Office as well as resume the previously paused subscriptions.

PAMM subscriptions can't be paused.

After a subscription is paused, the following happens:

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

## Pause a subscription

Pause a subscription as follows:

{% stepper %}
{% step %}
For copy-trading subscriptions, go to **Investment platform** > **B2COPY** > **Subscriptions**.\
For MAM subscriptions, go to **Investment platform** > **Mam** > **Subscriptions**.
{% endstep %}

{% step %}
Select the subscription, and then click the **Pause** button displayed in the **Is Paused** column.

To filter active subscriptions that can be paused, select **No** in the **Is Paused** filter field.

<figure><img src="/files/U5x3qs0IttCkPnbe5av8" alt="Pause a subscription"><figcaption><p>Pause a subscription</p></figcaption></figure>
{% endstep %}

{% step %}
Confirm the action in the displayed popup.
{% endstep %}
{% endstepper %}

Alternatively, you can view the subscription details before pausing it by clicking the **Edit** button.

To pause the selected subscription from the details page, on the **Subscription properties** tab, click the **Actions** button in the upper-right page corner, and then select **Pause** in the dropdown.

<figure><img src="/files/vXDDwNYrfeCnFVLjERTs" alt="Actions > Pause"><figcaption><p>Actions > Pause</p></figcaption></figure>

In the subscription details, the **Status** field is changed from **Subscribed** to **Paused**.

## Resume a subscription

You can resume subscriptions that were paused in the Back Office or by investors in the Web UI.

After resuming a subscription, new positions opened on a master account will be copied to a subscribed investment account.

Resume a subscription as follows:

{% stepper %}
{% step %}
For copy-trading subscriptions, go to **Investment platform** > **B2COPY** > **Subscriptions**.\
For MAM subscriptions, go to **Investment platform** > **Mam** > **Subscriptions**.
{% endstep %}

{% step %}
Select the subscription, and then click the **Unpause** button displayed in the **Is Paused** column.

To filter paused subscriptions, select **Yes** in the **Is Paused** filter field.

<figure><img src="/files/mxEDbYcQjwasxrPZilDi" alt="Unpause a subscription"><figcaption><p>Unpause a subscription</p></figcaption></figure>
{% endstep %}

{% step %}
Confirm the action in the displayed popup.
{% endstep %}
{% endstepper %}

Alternatively, you can resume a subscription from the details page. To navigate to the subscription details, click the **Edit** button.

To resume the selected subscription, on the **Subscription properties** tab, click the **Actions** button in the upper-right page corner, and then select **Resume** in the dropdown.

<figure><img src="/files/a6wxkGIwISaiBes3MJoP" alt="Actions > Resume"><figcaption><p>Actions > Resume</p></figcaption></figure>

In the subscription details, the **Status** field is changed from **Paused** to **Subscribed**.


---

# 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/admin-guide/manage-subscriptions/pause-and-resume-subscriptions.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.
