add_service_ssh_key_to_library
Add an SSH public key to a VPS's key library for future selection during server reinstalls. Distinct from directly installing a key on the running server.
Instructions
Register a new SSH key in a legacy VPS's key library (Virtualizor) — the set of keys selectable when reinstalling this server (see list_service_ssh_key_library). Distinct from add_service_ssh_key, which installs a key directly on the running server. Requires scope services:write. Plain write — no billing impact, not destructive. service_id from list_services.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The SSH public key material. | |
| name | Yes | A label for the key. | |
| service_id | Yes | Service ID from list_services. |