# Terminate and reactivate a subscription

When you terminate a subscription, you unsubscribe your 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 copied to your investment account by the subscription, the positions are closed. You are charged fees according to the subscription fee plan. After that, the subscription is terminated.
* If open positions can't be closed because a trading session for these positions is currently closed on an MT or cTrader platform, the subscription remains active. When a trading session for the open positions resumes, the positions are closed on your investment account. You are charged fees according to the subscription fee plan. After that, the subscription is terminated.

To terminate a subscription:

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

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

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

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

{% step %}
In the subscription row, click ⋮ (the **Actions** button) and select **Unsubscribe** in the dropdown.

<figure><img src="/files/RpQSOstnVPDCeOU68o6c" alt="Click Actions"><figcaption><p>Click Actions</p></figcaption></figure>
{% endstep %}

{% step %}
In the **Confirm unsubscription** popup, confirm that you want to terminate the selected subscription by clicking **Unsubscribe**.
{% endstep %}
{% endstepper %}

The subscription will be terminated and its status will change to **Unsubscribed**.

## Reactivate a subscription

You can make active again subscriptions that were previously terminated.

{% hint style="info" %}
When a subscription is reactivated, the fee plan currently set as the default for the master account will be applied. This may differ from the plan you initially accepted. For example, if a promo code was used to get a discontinued fee plan during the initial subscription, it'll be ignored during reactivation. IIt is recommended to check the master account’s current fee plan on the **Statistics** page.
{% endhint %}

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.

To reactivate a subscription:

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

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

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

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

{% step %}
In the subscription row, click ⋮ (the **Actions** button) and select Subscribe in the dropdown.
{% endstep %}
{% endstepper %}

The subscription will be reactivated and its status will change to **Active**.


---

# 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/user-guide/manage-subscriptions/terminate-and-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.
