Routing table addition

Hi All,
Currently routing added at server end as per below
ip route show
default via 193.149.144.1 dev bond0
193.149.143.0/24 dev bond1 proto kernel scope link src 193.149.143.200
193.149.144.0/25 dev bond0 proto kernel scope link src 193.149.144.106
193.149.144.128/26 dev bond2 proto kernel scope link src 193.149.144.190

I need to add one more routing entry addition for bond0 without disturbing the existing one as per below is it possible as we are getting issues in bond1 we need to move routing entries from bond1 to bond0
Temporary only for testing purpose
ip a add 193.149.143.0/24 dev bond0

Please let us know is there any alternate command and also if we want to delete above entry what command we need to use.