Reference

shutdown sessions server

Terminate all client sessions that are connected to a specific server.

Description Jump to heading

Use shutdown sessions server to stop all sessions connected to a particular server. You might use this to end long-running sessions after putting a server into maintenance mode.

Examples Jump to heading

Below, we stop all sessions associated with the server server1 in the backend websocket:

nix
echo "shutdown sessions server websocket/server1" | \
sudo socat stdio tcp4-connect:127.0.0.1:9999
nix
echo "shutdown sessions server websocket/server1" | \
sudo socat stdio tcp4-connect:127.0.0.1:9999

See also Jump to heading

Do you have any suggestions on how we can improve the content of this page?