Reference
shutdown sessions server
On this page
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
:
bash
echo "shutdown sessions server websocket/server1" | \sudo socat stdio tcp4-connect:127.0.0.1:9999
bash
echo "shutdown sessions server websocket/server1" | \sudo socat stdio tcp4-connect:127.0.0.1:9999
See also Jump to heading
If this page was useful, please, Leave the feedback.