resize
Usage
cldkctl flexi instance resize [name] [flags]Steps
Interactive Mode
cldkctl flexi instance resize [name] -i 

Non-Interactive Mode

Flags
Flag
Shorthand
Description
Last updated

Resize a flexi instance in your project. This command allows you to resize a flexi instance.
cldkctl flexi instance resize [name] [flags]Follow the steps below to run and view the result of this command:
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.

Provide all required values using command flags.
Add --auto-confirm or -y to skip confirmation prompts in non-interactive mode.
Run the command in your terminal.
Once completed successfully, the terminal displays the success message.

This command supports global flags. Refer to the Global Flags section for details
--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