snowflake_disconnect
Disconnect a multiplexed Snowflake session by specifying account and user. Returns whether the session was evicted.
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. |