update_server
Update a server's configuration by specifying only the fields to change, such as host, port, username, or proxy; all other settings remain intact.
Instructions
Update server configuration (only pass fields to change, rest unchanged)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | IP address or hostname | |
| name | No | Server name | |
| port | No | SSH port | |
| proxy | No | Proxy preset ID (empty string to clear) | |
| password | No | SSH password (empty string to clear) | |
| username | No | SSH username | |
| jump_host | No | Jump host ID (empty string to clear) | |
| server_id | Yes | Server ID | |
| use_agent | No | Use system ssh-agent | |
| passphrase | No | Private key passphrase (empty string to clear) | |
| private_key | No | Private key file path (empty string to clear) | |
| private_key_content | No | Private key content string (empty string to clear) | |
| keyboard_interactive | No | Enable keyboard-interactive auth |