> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/guidance-for-enterprise/cloudeka-api-list/command-reference/cldkctl-backup-vm/list-restore.md).

# list-restore

View a list of Restore Backup VM for your project. This command provides details such as the restore name, associated backup, namespace, duration, current phase, and creation time.

## Usage

```
cldkctl backup-vm list-restore [flags]
```

## Aliases

```
list-restore, ls
```

## Steps

Follow the steps below to run and view the result of this command:

1. Run the following command in your terminal:

```
cldkctl backup-vm list-restore
```

2. The terminal displays the command output.

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

<table><thead><tr><th width="182.888916015625">Column</th><th>Description</th></tr></thead><tbody><tr><td>Name</td><td>The name of the restore backup process.</td></tr><tr><td>Backup Name</td><td>The name of the backup used for the restore operation.</td></tr><tr><td>Namespace</td><td>The namespace where the restore process is executed.</td></tr><tr><td>Age</td><td>The duration since the restore process was started.</td></tr><tr><td>Phase</td><td>The current phase of the restore process.</td></tr><tr><td>Created</td><td>The date and time when the restore process was created.</td></tr></tbody></table>

## Flags

{% hint style="info" %}
This command supports [global flags](/guidance-for-enterprise/cloudeka-api-list/global-flags.md). Refer to the Global Flags section for details
{% endhint %}

<table><thead><tr><th width="174.88885498046875">Flag</th><th>Description</th></tr></thead><tbody><tr><td>-h, --help</td><td>Help for the list-restore command.</td></tr><tr><td>-p, --project string</td><td>Project ID</td></tr></tbody></table>
