Windows CLI MCP Server

delete_ssh_connection

Delete an existing SSH connection

Input Schema

NameRequiredDescriptionDefault
connectionIdYesID of the SSH connection to delete

Input Schema (JSON Schema)

{ "properties": { "connectionId": { "description": "ID of the SSH connection to delete", "type": "string" } }, "required": [ "connectionId" ], "type": "object" }