rmux new.
Create The Environment
rmux newcreates the environment, syncs the current directory, createsmain, and attaches to it.rmux new --no-attachskips the final attach step.rmux env newis the namespace form of the same create command.
Inspect The Current Environment
rmux env status shows the current binding, provider details, runtime state,
last sync time, and workspace information.
List Other Visible Environments
rmux env listshows environments visible to the current backend.rmux usagegives a backend-wide summary of environments and workspaces.
Stop Or Destroy
rmux env downstops remote compute while preserving environment state.rmux env destroyremoves the environment entirely and clears the local binding when it matches.
Retryable Destroy
Destroy is retryable. If cleanup partially fails, RMUX keeps the environment record, shows the cleanup state inrmux env status, and lets you rerun
rmux env destroy.

