list-detail-schedule
Last updated

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.
cldkctl backup-vm list-detail-schedule [flags] list-detail-schedule, ls-detail-backupFollow the steps below to run and view the result of this command:
Refer to the Backup VM List section to identify the schedule name.
Run the following command in your terminal:
cldkctl backup-vm list-detail-schedule Select the schedule name and confirm to view the detail.

The terminal displays the command output.

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.
This command supports global flags. Refer to the Global Flags section for details
-h, --help
Help for the list detail schedule command.
-p, --project string
Project ID
Last updated