Skip to content

upctl server network-interface modify

Modify a network interface

upctl server network-interface modify <UUID/Title/Hostname...> [flags]

Examples

upctl server network-interface modify 009d7f4e-99ce-4c78-88f1-e695d4c37743 --index 2 --new-index 1

Options

Option Description
--index Index of the interface to modify.
Default: 0
--new-index New index to move the interface to.
Default: 0
--bootable Whether to try booting through the interface.
--source-ip-filtering Whether source IP filtering is enabled on the interface. Disabling it is allowed only for SDN private interfaces.
--ip-addresses A comma-separated list of IP addresses, multiple can be declared
Usage: --ip-address address=94.237.112.143,family=IPv4
Default: []
--help, -h help for modify
Default: false

Global options

Option Description
--client-timeout, -t Client timeout to use in API calls.
Default: 0s
--config Configuration file path.
--debug Print out more verbose debug logs.
Default: false
--force-colours Force coloured output despite detected terminal support.
--no-colours Disable coloured output despite detected terminal support. Colours can also be disabled by setting NO_COLOR environment variable.
--output, -o Output format (supported: json, yaml and human)
Default: human
Command Description
upctl server network-interface Manage network interface