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

cldkctl flexi

Manage Deka Flexi compute, networking, storage, and related resources.

cldkctl flexi is the CLI interface for managing Deka Flexi cloud resources. It supports two modes of operation:

  • Interactive (TUI) -- Full wizard-style interface with dropdowns, inputs, and confirmations

  • Non-interactive (CLI flags) -- Scriptable flag-based mode for automation and CI/CD

Usage

cldkctl flexi [flags]
cldkctl flexi [command]

Available commands

Command
Description

disk-type

List available disk/storage types

flavor

List instance flavors (CPU/RAM plans)

image

Manage images, snapshots, and backups

instance

Manage flexi compute instances

network

Manage VPCs, subnets, ports, and floating IPs

region

List regions and availability zones

security

Manage security groups and rules

strorage

Manage block storage volumes

Flags

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

Flag
Description

-h, --help

Help for flexi

Dual-Mode Operation

Most write operations (create, update, delete, attach, etc.) support both interactive and non-interactive modes:

Interactive Mode

Add --interactive or -i to launch the TUI wizard:

Non-Interactive Mode

Provide all required values via flags:

Auto-Confirm

Add --auto-confirm or -y to skip confirmation prompts in non-interactive mode:

Last updated