update
Update a specific port network in your project. This command allows you to update a port by providing its unique identifier (port ID) and the new details you want to apply.
Usage
cldkctl flexi network port update [flags]Aliases
update, update, uptSteps
Follow the steps below to run and view the result of this command:
Interactive Mode
Refer to the Flexi Network Port List section to obtain the port ID.
Run the following command in your terminal:
cldkctl flexi network port update [port_id] -i Replace [port_id] with the actual port ID.
The terminal displays the Update Port form, modify the port configuration.

When prompted, confirm the update by selecting y, or cancel the process by selecting n.

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 in non-interactive mode
--enable-dhcp
Enable DHCP: enabled or disabled
--help
-h
Help for the update command
--interactive
-i
false
Force interactive TUI mode
--name
-n
Port name
--port-id
Port ID (required in non-interactive mode)
Last updated
