# Terminate or reactivate a subscription

It's possible to terminate subscriptions in the Back Office. When you terminate a subscription, you unsubscribe an investment account from a master account. Terminated subscriptions can be reactivated if needed.

## Terminate a subscription

After a subscription is terminated, the following happens:

* If there are open positions on the investment account, the positions are closed, and the fees are immediately deducted from the investment account according to the subscription fee plan. After that, the subscription is terminated.
* If open positions can't be closed because a trading session for those positions is currently closed, the subscription remains active. When the trading session for the open positions resumes, the positions are closed, the fees are charged, and the subscription is terminated.

Terminate a subscription as follows:

{% stepper %}
{% step %}
Go to **Investment Platform** and expand the required platform instance.
{% endstep %}

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

{% step %}
Select the subscription, and then click the **Unsubscribe** button displayed in the **Status** column.

To filter active subscriptions, select **Subscribed** in the **Status** filter field.

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

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

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

To terminate 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 **Unsubscribe** in the dropdown.

<figure><img src="/files/aAIzH1wVlg03DuU7geTZ" alt="Terminate a subscription"><figcaption><p>Actions > Unsubscribe</p></figcaption></figure>

In the subscription details, the **Status** field is changed to **Unsubscribed**, and the date and time when the subscription was terminated are displayed under the **Unsubscribed** field.

## Reactivate a subscription

You can make active again subscriptions that were terminated in the Back Office or by investors in the Web UI.

{% hint style="info" %}
After reactivating a subscription, the existing open positions on the master account won't be copied to the investment account. Only positions opened on the master account after the subscription has been reactivated will be copied to the investment account.
{% endhint %}

Reactivate a subscription as follows:

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

{% step %}
Select the subscription, and then click the **Subscribe** button displayed in the **Status** column.

To filter terminated subscriptions, select **Unsubscribed** in the **Status** filter field.
{% endstep %}

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

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

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

<figure><img src="/files/H0GMjyExz5tRGktCS1jm" alt="Reactivate a subscription"><figcaption><p>Actions > Subscribe</p></figcaption></figure>

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


---

# Agent Instructions: 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:

```
GET https://docs.b2copy.b2broker.com/admin-guide/manage-subscriptions/terminate-or-reactivate-a-subscription.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
