remote_bash_disconnect
Disconnect a specific SSH connection by ID or terminate all active SSH connections at once. Use to close remote bash sessions.
Instructions
Disconnect an SSH connection or all connections.
Args: connection_id: Which connection to close. Required if all is false. all: If true, disconnect all active connections.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | ||
| connection_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |