# cldkctl flexi-instance

Manage flexi instance in your project. This command allows you to list, create, and delete flexi instance.&#x20;

## Usage

```
cldkctl flexi-instance [flags]
```

## Available commands

<table><thead><tr><th width="230.888916015625">Command</th><th>Description</th></tr></thead><tbody><tr><td>add-floatingip</td><td>Add a floating ip to a flexi instance.</td></tr><tr><td>attach-interface</td><td>Attach an interface to a flexi instance.</td></tr><tr><td>console</td><td>Get console url of a flexi instance.</td></tr><tr><td>create</td><td>Create a flexi instance.</td></tr><tr><td>create-cluster</td><td>Create a flexi instance cluster.</td></tr><tr><td>delete</td><td>Delete a flexi instance.</td></tr><tr><td>detach-interface</td><td>Detach an interface from a flexi instance.</td></tr><tr><td>detail</td><td>Get detail of a flexi instance.</td></tr><tr><td>list</td><td>List flexi instances.</td></tr><tr><td>reboot</td><td>Reboot (soft/hard) a flexi instance.</td></tr><tr><td>rename</td><td>Rename a flexi instance.</td></tr><tr><td>resize</td><td>Resize a flexi instance.</td></tr><tr><td>resize-root-disk</td><td>Resize root disk of a flexi instance.</td></tr><tr><td>ssh</td><td>Manage SSH public keys.</td></tr><tr><td>start</td><td>Start a flexi instance.</td></tr><tr><td>stop</td><td>Stop a flexi instance.</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 %}

<table><thead><tr><th width="238.88885498046875">Flag</th><th>Description</th></tr></thead><tbody><tr><td>-h, --help</td><td>Help for the flexi-instance command.</td></tr></tbody></table>


---

# 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-instance.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.
