ssh_key_update
Update an existing SSH key to change its name or public key, keeping Vultr access credentials accurate and valid.
Instructions
Update an existing SSH key.
Args: ssh_key_id: The SSH key ID or name (e.g., "my-laptop-key" or UUID) ctx: FastMCP context for resource change notifications name: New name for the SSH key (optional) ssh_key: New SSH public key (optional)
Returns: Updated SSH key information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| ssh_key | No | ||
| ssh_key_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||