# Unjail Validator

Unjailing a Coreum validator node will **reactivate a validator so it can again participate in the blockchain network’s core operations after being temporarily disabled for a rule violation**.

{% hint style="warning" %}
Unjailing a Coreum validator node means re-enabling a previously suspended validator so it can again help run, secure, and validate the blockchain network.
{% endhint %}

Follow these steps to unjail the validator node:

**Step 1: Navigate to Validator Node Page** - From the left navigation panel, navigate to the **Validator Nodes** Link on the platform. On this page, you will see your deployed Coreum Validator node listed under **Validator Nodes (x).** On your desired node item, click the **Manage** button under the **ACTIONS** field.

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

**Step 2: Navigate to Unjail Validator:** On the Dashboard page, from the **Settings** menu at the top right, select the "Unjail Validator" option.

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

**Step 3: Unjail Validator Confirmation**: To unjail a validator, access the settings menu on the dashboard and select "Unjail Validator." Confirm the action by approving the transaction using the **same wallet that was used during staking**. If a different wallet is used, the application will throw an error requiring the same wallet. Finally, initiate the process to re-enable a previously suspended validator..

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

{% hint style="info" %}
The Validator Unjail process will be initiated to re-enable a previously suspended validator.
{% endhint %}


---

# 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.zeeve.io/validator-nodes/coreum/manage-coreum-validator-node/unjail-validator.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.
