ssh_disconnect
Closes the active SSH connection to a specified server, allowing automatic reconnection on next command.
Instructions
Disconnect from a specific SSH server.
Closes the active SSH connection to the named server. The connection will be re-established automatically on next command.
EXAMPLES:
Disconnect: ssh_disconnect("proxmox")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server_name | Yes | Server name to disconnect from (from ssh_list_servers) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||