Interface link downs

Hello . How can I reset link downs to 0 ?

So far the only was I can find to do it is to adapt.

/interface disable xxx;
:delay 1s;
/interface pppoe-client remove xxx;
:delay 1s;
:undo;
:delay 1s;
/interface enable xxx;

Surely possible to do this another way?