> For the complete documentation index, see [llms.txt](https://docs.junonetwork.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.junonetwork.io/cli/modules/slashing.md).

# slashing

## Available Commands

| Name                                | Description                                                     |
| ----------------------------------- | --------------------------------------------------------------- |
| [unjail](#junod-tx-slashing-unjail) | Unjail validator previously jailed for downtime or double-sign. |

### junod tx slashing unjail

Unjail validator previously jailed for downtime.

```
juno tx slashing unjail [flags]
```

#### Unjail a validator

The following example will unjail a validator using its validator operator (owner) key :

```
junod tx slashing unjail --from juno1ludczrvlw36fkur9vy49lx4vjqhppn30h42ufg --chain-id juno
```

{% hint style="info" %}
**TIP**

The validator operator key must be stored in the local keystore.
{% endhint %}
