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

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 
  1. The terminal displays the command output.

Column
Description

ID

The unique identifier of the VM snapshot.

Name

The name assigned to the VM snapshot.

Status

The current status of the VM snapshot.

Instance Name

The name of the instance from which the snapshot was created.

Size

The size of the VM snapshot.

Created At

The date and time when the VM snapshot was created.

Flags

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

Flag
Shorthand
Description

--help

-h

Help for the snapshot-vm-list command.

Last updated