# 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.&#x20;

## 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**](https://docs.cloudeka.ai/cloudeka-api-list/command-reference/cldkctl-backup-vm/list) section to identify the schedule name.
2. Run the following command in your terminal:

```
cldkctl backup-vm list-detail-schedule 
```

3. Select the schedule name and confirm to view the detail.

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2Fi5OV0pmxmLCVADiH6woD%2Fimage.png?alt=media&#x26;token=f4c4eec0-2996-494e-b55a-ee965b1663cd" alt=""><figcaption></figcaption></figure>

4. 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%2FRz3iJB332HUCux671I0t%2Fimage.png?alt=media&#x26;token=9f7dd611-6a2d-409e-9700-bc2c59e9bf59" alt=""><figcaption></figcaption></figure>

| 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

{% 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 %}

| Flag                 | Description                                |
| -------------------- | ------------------------------------------ |
| -h, --help           | Help for the list detail schedule command. |
| -p, --project string | Project ID                                 |
