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

instance

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

Usage

cldkctl flexi instance [flags]
cldkctl flexi instance [command]

Available commands

Command
Description

add-floatingip

Add a floating ip to a flexi instance.

attach-interface

Attach an interface to a flexi instance.

console

Get console url of a flexi instance.

create

Create a flexi instance.

create-cluster

Create a flexi instance cluster.

delete

Delete a flexi instance.

detach-interface

Detach an interface from a flexi instance.

detail

Get detail of a flexi instance.

list

List flexi instances.

reboot

Reboot (soft/hard) a flexi instance.

rename

Rename a flexi instance.

resize

Resize a flexi instance.

resize-root-disk

Resize root disk of a flexi instance.

ssh

Manage SSH public keys.

start

Start a flexi instance.

stop

Stop a flexi instance.

Flags

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

Flag
Description

-h, --help

Help for the flexi instance command.

Last updated