> For the complete documentation index, see [llms.txt](https://docs-launchpad.energyweb.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-launchpad.energyweb.org/ewx-ecosystem/the-marketplace-app/operator-and-worker-accounts/unlinking-a-worker-account-from-an-operator-account.md).

# Unlinking a worker account from an operator account

An operator account is only allowed to link with a single worker account at a time. Unlinking allows you to generate a new worker account or import another worker account that can be linked with the same operator.

{% hint style="danger" %}
Unlinking will stop your worker node from casting votes
{% endhint %}

### Prerequisites

* [x] Connected EWX account
* [x] Linked worker account

1. Click on `Unlink` menu on the left panel of the Dashboard

<figure><img src="/files/j3rlCOPTNG4IyXHMq2DB" alt=""><figcaption><p>Unlink menu</p></figcaption></figure>

2. Click `Unlink` to proceed or `Cancel`

<figure><img src="/files/Tn4cEKfn5GVJUhBG8dXF" alt="" width="375"><figcaption><p>Unlink confirmation</p></figcaption></figure>

3. Approve the transaction in your wallet

<figure><img src="/files/AghjhpgAXbRbYevTYJEe" alt="" width="375"><figcaption><p>Pending confirmation</p></figcaption></figure>

4. Wait for the transaction to finish execution

<figure><img src="/files/3hJVt42P9qla0dh7yUdv" alt="" width="375"><figcaption><p>Executing transaction</p></figcaption></figure>

5. A successful message with transaction URL will be displayed when unlinking is successful

<figure><img src="/files/DKsKUsA38Tf3bQH46J6V" alt="" width="375"><figcaption><p>Unlink worker success message</p></figcaption></figure>


---

# 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-launchpad.energyweb.org/ewx-ecosystem/the-marketplace-app/operator-and-worker-accounts/unlinking-a-worker-account-from-an-operator-account.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.
