[ Documentation ]
rnx close

rnx close

rnx close

Request that a sim close itself over the bridge and wait for it to disappear from the sim registry.

terminal
rnx close [sim]
rnx close --all
rnx close --others

Options

flagdescription
--port <number>bridge port (defaults to 7668)
--sim <sim>target a specific connected sim
--allclose every connected sim
--othersclose every connected sim except the current/target one

Examples

terminal
rnx close
rnx close a6
rnx close --all
rnx close --others

Close Semantics

close sends a bridge request to the target sim and then waits for it to disappear from the host’s connection list. If a sim ignores the request or is in the middle of disconnecting already, the command reports that state instead of pretending the close succeeded instantly.

--all closes every connected sim; --others closes everything except the current/targeted sim. Both are the cleanup path when leaked sims (e.g. from repeated open --new) accumulate on the bridge; use --others to clear the backlog without losing the sim you are working in.