Remove an IP address from an interface.
Section: Interfaces and Addresses
Delete IP address
bash
bash
sudo ip addr del 192.168.1.10/24 dev eth0Explanation
Remove an IP address from an interface.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Interfaces and Addresses