resize
Resize a specific flexi storage by its ID and new size.
Usage
cldkctl flexi storage resize [flags]Aliases
resize, reszSteps
Follow the steps below to run and view the result of this command:
Interactive Mode
Refer to the Flexi Storage List section to obtain the storage ID.
Run the following command in your terminal:
cldkctl flexi storage resize [storage_id] -i Replace [storage_id] with the actual storage ID.
The terminal displays the Resize Storage form. Select the Volume Size, or enter a value in Custom Size in GB if you want to specify a custom size.
Confirm the resize operation by selecting Confirm, or cancel the process by selecting Cancel.

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
--custom-size
Custom size in GB (must be greater than current size)
--help
-h
Help for the resize command.
--interactive
-i
false
Force interactive TUI mode
--volume-size
Volume package ID (from predefined sizes)
