# 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="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2FQa5TPY2nkpzIV3WK7hS6%2Fimage.png?alt=media&#x26;token=20b29662-e96d-476e-81e6-6108e373beb1" 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](https://docs.cloudeka.ai/cloudeka-api-list/global-flags). 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>
