Simple - just do systemctl set-default multi-user.target
to change.
If you ever want to go back to graphical mode then you can do that with systemctl set-default graphical.target
.
You can also switch temporarily using systemctl isolate
followed by the name of the target you want to switch to, but set-default
will change the target it boots to by default.