snowflake_disconnect
Evict a specific Snowflake session by account and user, terminating its multiplexed connection. Confirms whether the session was successfully removed.
Instructions
Disconnect (evict) one multiplexed Snowflake session identified by its account and user. Mirrors omni-dev snowflake disconnect. Returns whether a session was actually evicted. Requires a running daemon.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | User of the session to evict. | |
| socket | No | Control-socket path override. Defaults to the per-user runtime location. | |
| account | Yes | Account of the session to evict. |