> For the complete documentation index, see [llms.txt](https://help.watcherlink.online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.watcherlink.online/mass_deleting_miners.md).

# Mass deleting miners

{% hint style="success" %}

#### Requirements for remote actions

* A **Core**, **Scale**, or **Enterprise** plan is required.
* Access is managed via **Roles → Farm Permissions**; only authorized users can perform remote actions. All activities are logged (see **Logs tab** or **"View logs"** in the miner's menu).
  {% endhint %}

To mass deleting miners via the mass action panel:

1. Go to **Dashboard**.
2. Select **only Offline miners** by checking relevant boxes.
3. Click **Delete** on the mass action panel.
4. Click **Confirm**.

<figure><img src="/files/ASxf4sCejJmVSiRsFhoj" alt=""><figcaption></figcaption></figure>

To single deleting miner:

To delete a single miner, click on the **three dots** next to it, and select **"Delete"** from the dropdown menu. This option allows for individual deleting  without going through the bulk process.

<figure><img src="/files/QGKG31Jk0MyJRt1ExDoE" alt=""><figcaption></figcaption></figure>

## FAQ

<details>

<summary><strong>Will deleting a miner remove it permanently?</strong></summary>

No, if you delete a miner and later re-import it, the system will verify and restore its previous data.

</details>

<details>

<summary><strong>Why can’t I delete some miners?</strong></summary>

You can only delete offline miners. Turn off the miner manually and try again.

</details>

***

#### We're always available! <a href="#were-always-available" id="were-always-available"></a>

Chat with us on [Telegram](https://t.me/moondmc_bot).


---

# 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://help.watcherlink.online/mass_deleting_miners.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.
