# 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-individual/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>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudeka.ai/guidance-for-individual/cloudeka-api-list/command-reference/cldkctl-backup-vm/list-restore.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
