A server in a data center is getting a volumetric DDoS attack. Congestion starts to build up and the data center/ISP going to solve this by null-routing (RTBH routing) the server's IP address for several hours. However the attacks are much sorter, lasting for a couple of minutes.
A script running on the server, seeing the NIC maxed out turns off the interface (or deletes the IP from the interface), and is about to turn it back on in a couple of minutes just to see if the storm is over.
Would turning the NIC off drain the congestion so the ISP would not act and so the server gets through the pains by being unreachable only for the duration of the attack not hours?
I know the router connected directly to the server replies back with an ICMP 'Host Unreachable', but what happens after that, does that eventually trigger anything in the infrastructure between the server and it's attackers?