ssh_disconnect
Terminate an active SSH connection by specifying its connection ID using this tool. Maintain control over SSH sessions with precision and efficiency.
Instructions
Close an SSH connection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectionId | Yes | ID of an active SSH connection |
Input Schema (JSON Schema)
{
"properties": {
"connectionId": {
"description": "ID of an active SSH connection",
"type": "string"
}
},
"required": [
"connectionId"
],
"type": "object"
}