# backup-list

List all backup schedulers that are responsible for creating backups of flexi images. This command allows you to view the backup schedulers that have been set up to automatically create backups of your flexi images at specified intervals.

## Usage

```
cldkctl flexi-image backup-list [flags]
```

## Aliases

```
backup-list, backup-list
```

## Steps

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

1. Run the following command in your terminal:

```
cldkctl flexi-image backup-list
```

2. 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%2FoBjsJwRrEobCTwH4htm4%2FScreenshot%20at%20Mar%2014%2023-27-39.png?alt=media&#x26;token=08694510-bf6a-41d1-9f1f-61c97d088dd5" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="237.111083984375">Column</th><th>Description</th></tr></thead><tbody><tr><td>ID</td><td>The unique identifier of the backup image.</td></tr><tr><td>Name</td><td>The name of the backup image.</td></tr><tr><td>Status</td><td>The current status of the backup.</td></tr><tr><td>Instance Name</td><td>The name of the instance from which the backup was created.</td></tr><tr><td>Size</td><td>The size of the backup image.</td></tr><tr><td>Created At</td><td>The date and time when the backup image was created.</td></tr></tbody></table>

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

<table><thead><tr><th width="253.11114501953125">Flag</th><th>Description</th></tr></thead><tbody><tr><td>-h, --help</td><td>Help for the backup-list command.</td></tr></tbody></table>
