update_server_credentials
Update SSH credentials for registered homelab servers, including username, key path, port, and display name, to maintain secure access for infrastructure management.
Instructions
Update SSH credentials for an existing registered server
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| credential_id | No | ID of the credential to update (optional if hostname provided) | |
| hostname | No | Hostname to look up (optional if credential_id provided) | |
| username | No | New SSH username | |
| key_path | No | New path to SSH private key | |
| port | No | New SSH port | |
| display_name | No | New friendly name for the server | |
| is_active | No | Set server active/inactive status |