Unable to bounce the interface ge-5/0/1 via config upon doing "set interface ge-5/0/1 disable" the interface still stayed up.
Steps needed to be performed to properly bounce interface via cli
Go to edit mode
set interface ge-5/0/1 disable
commit
The interface will go down
and re-enable it back.
set interface ge-5/0/1 enable
check interface status using command "show interfaces terse ge-5/0/1"
If "commit" is missed after doing "set interface ge-5/0/1 disable" command and the port will stay up and will not be bounced