upctl server network-interface delete
Delete a network interface
Examples
upctl server network-interface delete 009d7f4e-99ce-4c78-88f1-e695d4c37743 --index 1
upctl server network-interface delete my_server --index 7
Options
Option | Description |
---|---|
--index |
Interface index. Default: 0 |
--help , -h |
help for delete 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 |
Related commands
Command | Description |
---|---|
upctl server network-interface | Manage network interface |