> 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-panel-guide/manage-links/terminate-and-restore-subscriptions.md).

# Terminate and restore subscriptions

You can terminate subscriptions in the Admin panel. When a subscription is terminated, the investment account is unsubscribed from the master account.

Terminated subscriptions can be restored, meaning that the investment accounts is resubscribed to the master account.

## Terminate a subscription

When an investment account is unsubscribed from a master account:

* If there are open positions on the investment account:
  * Depending on the **Keep positions on unsub** setting, the positions are either closed or kept open. For details on this setting, refer to [Configure trading settings for copy trading and MAM](/admin-panel-guide/manage-b2copy-settings/configure-trading-settings-for-copy-trading-and-mam.md#general-trading-settings).
  * Fees are deducted according to the subscription fee plan.
  * The subscription is then terminated.
* If open positions can't be closed because the trading session is currently closed:
  * The subscription is marked as **Unsub in progress** until the trading session resumes.
  * Once the session resumes, the positions are closed.
  * Fees are deducted according to the subscription fee plan.
  * The subscription is then terminated.

To terminate a subscription:

{% stepper %}
{% step %}
Expand the **Copy Trading**, **PAMM**, or **MAM** menu.
{% endstep %}

{% step %}
Go to **Links**.
{% endstep %}

{% step %}
If you have several platform instances (such as MT4, MT5, or cTrader), make sure you are in the correct instance, or switch to it using the selector in the upper-left corner of the page.
{% endstep %}

{% step %}
Select the subscription and click the **Actions** button (`⋮`) on the right side of the subscription row, then click **Unsubscribe**.

Alternatively, you can click identifier in the **Link ID** column to open the subscription details, and then click **Unsubscribe** from the details page.

<figure><img src="/files/0gujM5BdTr0DZc02sO0O" alt="Unsubscribe"><figcaption><p>Unsubscribe</p></figcaption></figure>
{% endstep %}

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

The subscription status changes to **Unsubscribed** when the unsubscription process is complete.

## Restore a subscription

When a subscription is restored, position copying from the master account to the investment account starts again. The open positions on the master account will be copied depending on the configured settings:

* **Copy on resub**
* **Copy only new on resub**

For details on these settings, refer to [Configure trading settings for copy trading and MAM](/admin-panel-guide/manage-b2copy-settings/configure-trading-settings-for-copy-trading-and-mam.md#general-trading-settings).

To restore a subscription:

{% stepper %}
{% step %}
Expand the **Copy Trading**, **PAMM**, or **MAM** menu.
{% endstep %}

{% step %}
Go to **Links**.
{% endstep %}

{% step %}
If you have several platform instances (such as MT4, MT5, or cTrader), make sure you are in the correct instance, or switch to it using the selector in the upper-left corner of the page.
{% endstep %}

{% step %}
Select the subscription and click the **Actions** button (`⋮`) on the right side of the subscription row, then click **Restore Link**.

Alternatively, you can click identifier in the **Link ID** column to open the subscription details, and then click **Restore Link** from the details page.

<figure><img src="/files/DNCzZJt54aFdFudG6Smo" alt="Restore Link"><figcaption><p>Restore Link</p></figcaption></figure>
{% endstep %}

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

The subscription status changes 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:

```
GET https://docs.b2copy.b2broker.com/admin-panel-guide/manage-links/terminate-and-restore-subscriptions.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.
