Disable the status bar in tmux?

set -g status off

You can enter it with Prefix (Ctrl+b by default) :set ..., or from shell with tmux set ..., or bind a key with bind-key x set ....