Get current boot runlevel

systemctl get-default

Default boot to graphical interface

systemctl set-default graphical.target

Default boot to command line

systemctl set-default multi-user.target