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

list-detail-schedule

View a list of detailed Backup VM schedules for your project. This command provides details such as the backup name, schedule name, creation time, completion time, expiration time, status, and phase.

Usage

cldkctl backup-vm list-detail-schedule [flags]

Aliases

 list-detail-schedule, ls-detail-backup

Steps

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

  1. Refer to the Backup VM List section to identify the schedule name.

  2. Run the following command in your terminal:

cldkctl backup-vm list-detail-schedule 
  1. Select the schedule name and confirm to view the detail.

  1. The terminal displays the command output.

Column
Description

Backup Name

The name of the backup created for the virtual machine.

Schedule Name

The name of the backup schedule associated with the backup.

Created

The date and time when the backup was created.

Completed

The date and time when the backup process finished.

Expiration

The date and time when the backup will expire and be automatically deleted.

Status

The current status of the backup.

Phase

The current phase of the backup process lifecycle.

Flags

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

Flag
Description

-h, --help

Help for the list detail schedule command.

-p, --project string

Project ID

Last updated