ssh_delete_credential
Remove a saved SSH credential from the MCP SSH Server's credential store to manage authentication profiles and maintain security.
Instructions
Delete a saved SSH credential
Input Schema
Name | Required | Description | Default |
---|---|---|---|
credentialId | Yes | Credential ID to delete |
Input Schema (JSON Schema)
{
"properties": {
"credentialId": {
"description": "Credential ID to delete",
"type": "string"
}
},
"required": [
"credentialId"
],
"type": "object"
}