# restore ls

:::note
This command is deprecated. Use [`kubectl kots get restores`](/reference/kots-cli-get-restores) instead.
:::

Show a list of all the available full snapshot restores for disaster recovery.

### Usage

```bash
kubectl kots restore ls [flags]
```

This command supports the following flags:

| Flag              | Type   | Description                                                         |
| :---------------- | ------ | ------------------------------------------------------------------- |
| `-h, --help`      |        | Help for `restore ls`.                                                 |
| `-n, --namespace` | string | Filter by the namespace the Admin Console was installed in.|

### Example

```bash
kubectl kots restore ls --namespace kots-sentry
```