# cldkctl flexi-storage

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

## Usage

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

## Available commands

| Command | Description                                     |
| ------- | ----------------------------------------------- |
| attach  | Attach a flexi storage to a compute instance.   |
| create  | Create a new flexi storage.                     |
| delete  | Delete a flexi storage.                         |
| detach  | Detach a flexi storage from a compute instance. |
| detail  | Get details of a flexi storage.                 |
| list    | List flexi storage.                             |
| resize  | Resize a flexi storage.                         |
| sync    | Sync a flexi storage.                           |

## 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 flexi-storage command. |
