ssh_disconnect
Terminate an SSH connection by providing its ID, closing the session and freeing resources.
Instructions
[SSH Operations] Disconnect from an SSH server
Example usage:
{
"connectionId": "raspberry-pi"
}Use this to cleanly close SSH connections when they're no longer needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectionId | Yes | ID of the SSH connection to disconnect |