resize
Resize a flexi instance in your project. This command allows you to resize a flexi instance.
Usage
cldkctl flexi instance resize [name] [flags]Steps
Follow the steps below to run and view the result of this command:
Interactive Mode
Run the following command in your terminal:
cldkctl flexi instance resize [name] -i Replace [name] with the name of the instance you want to resize.
Select the plan type for the instance.
Select the instance size based on the available configuration.
Confirm the resize operation by selecting Confirm.

Once completed successfully, the terminal displays the success message.

Non-Interactive Mode
Provide all required values using command flags.
Add
--auto-confirmor-yto skip confirmation prompts in non-interactive mode.Run the command in your terminal.
Once completed successfully, the terminal displays the success message.

Flags
--auto-confirm
-y
false
Skip confirmation prompt
--flavor-id
Instance size/flavor ID
--help
-h
help for resize
--interactive
-i
false
Force interactive TUI mode
--project
-p
Specify project ID
Last updated
