> ## Documentation Index
> Fetch the complete documentation index at: https://docs.risingwave.com/llms.txt
> Use this file to discover all available pages before exploring further.

# RECOVER

> Use the `RECOVER` command to trigger an ad-hoc recovery manually. This is helpful when there is a high barrier latency and you need to force a recovery to activate. By doing this, commands like `CANCEL` or `DROP` can take effect immediately.

It requires superuser permissions, see [CREATE USER](/sql/commands/sql-create-user) on how to do so.

```bash Syntax theme={null}
RECOVER;
```

```bash Syntax theme={null}
RECOVER;
----RESULT
RECOVER
```
