delete_ssh_connection
Removes an SSH connection by ID from the Windows CLI MCP Server, enabling secure command-line access management for PowerShell, CMD, and Git Bash shells.
Instructions
Delete an existing SSH connection
Input Schema
Name | Required | Description | Default |
---|---|---|---|
connectionId | Yes | ID 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"
}