# snapshot-vm-list

List all snapshots of VM instances that have been saved as flexi images. This command allows you to view the snapshots of VM instances that are available as flexi images for deployment.

## Usage

```
cldkctl flexi-image snapshot-vm-list [flags]
```

## Aliases

```
snapshot-vm-list, snapshot-vm-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 snapshot-vm-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%2FpX08uB9EibDONZt0tBnv%2FScreenshot%20at%20Mar%2014%2023-36-03.png?alt=media&#x26;token=8c99cd11-3bc8-4fb2-9aae-807ee2c1e2ac" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="180.22216796875">Column</th><th>Description</th></tr></thead><tbody><tr><td>ID</td><td>The unique identifier of the VM snapshot.</td></tr><tr><td>Name</td><td>The name assigned to the VM snapshot.</td></tr><tr><td>Status</td><td>The current status of the VM snapshot.</td></tr><tr><td>Instance Name</td><td>The name of the instance from which the snapshot was created.</td></tr><tr><td>Size</td><td>The size of the VM snapshot.</td></tr><tr><td>Created At</td><td>The date and time when the VM snapshot 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="177.5555419921875">Flag</th><th>Description</th></tr></thead><tbody><tr><td>-h, --help</td><td>Help for the snapshot-vm-list command.</td></tr></tbody></table>
