Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

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
  1. The terminal displays the command output.

Column
Description

Name

The name of the restore backup process.

Backup Name

The name of the backup used for the restore operation.

Namespace

The namespace where the restore process is executed.

Age

The duration since the restore process was started.

Phase

The current phase of the restore process.

Created

The date and time when the restore process was created.

Flags

This command supports global flags. Refer to the Global Flags section for details

Flag
Description

-h, --help

Help for the list-restore command.

-p, --project string

Project ID

Last updated