# cldkctl flexi-image

Manage flexi image for your projects. This command allows you to create, list, and manage flexi image and configurations.&#x20;

## Usage

```
cldkctl flexi-image [flags]
cldkctl flexi-image [command]
```

## Available commands

<table><thead><tr><th width="245.11114501953125">Command</th><th>Description</th></tr></thead><tbody><tr><td>backup-list</td><td>List backup schedulers for flexi images.</td></tr><tr><td>backup-scheduler</td><td>Create a backup scheduler for flexi images.</td></tr><tr><td>backup-scheduler-delete</td><td>Delete a backup scheduler for flexi images.</td></tr><tr><td>backup-scheduler-list</td><td>Create a backup of all flexi images in a project.</td></tr><tr><td>custom-image</td><td>Create a custom flexi image from an existing image.</td></tr><tr><td>custom-image-list</td><td>List custom flexi images.</td></tr><tr><td>delete</td><td>Delete a flexi image.</td></tr><tr><td>detail</td><td>Show details of a flexi image.</td></tr><tr><td>list</td><td>List flexi image.</td></tr><tr><td>snapshot-restore</td><td>Restore a flexi image snapshot to a VM or storage instance.</td></tr><tr><td>snapshot-storage</td><td>Create a snapshot of a storage instance as a flexi image.</td></tr><tr><td>snapshot-storage-list</td><td>List snapshots of storage instances as flexi images.</td></tr><tr><td>snapshot-vm</td><td>Create a snapshot of a VM instance as a flexi image.</td></tr><tr><td>snapshot-vm-list</td><td>List snapshots of VM instances as flexi images.</td></tr></tbody></table>

## Flags

{% hint style="info" %}
This command supports [global flags](/cloudeka-api-list/global-flags.md). Refer to the Global Flags section for details.
{% endhint %}

| Flag       | Description                       |
| ---------- | --------------------------------- |
| -h, --help | Help for the flexi-image command. |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudeka.ai/cloudeka-api-list/command-reference/cldkctl-flexi-image.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
