kick_client
Force-disconnect a client from the network to drop its active session; the client may reconnect normally. Use when you need to terminate a connection without a permanent block.
Instructions
Force-disconnect a client; it may reconnect normally.
Mutating operation: drops the active session without a persistent block, so the client can re-associate. Use block_client/unblock_client for a lasting block, or forget_client to remove the client record entirely.
Args: mac: Client MAC address to target. site: Site to operate on. Defaults to "default". device: Optional device name to target a specific console; omit for default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mac | Yes | Client MAC address to target. | |
| site | No | Site to operate on. Defaults to "default". | default |
| device | No | Optional device name to target a specific console; omit for default. |