HAProxy Enterprise Documentation 2.4r1

shutdown sessions server

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

Description

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

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

$ echo "shutdown sessions server websocket/server1" | \
   sudo socat stdio unix-connect:/var/run/hapee-2.4/hapee-lb.sock

See also


Next up

trace