apply_service_ssh_key_library
Replace authorized SSH keys on a VPS with a set from the key library. Provide service_id; omit keyIds for an empty set.
Instructions
Apply a SET of library SSH keys (see list_service_ssh_key_library) to a legacy VPS, replacing whichever keys are currently authorized on the server. Requires scope services:write. Omit keyIds (or pass an empty array) to apply an empty set. Plain write — no billing impact, not destructive. service_id from list_services.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyIds | No | Library key ids to apply (see list_service_ssh_key_library). Omit for an empty set. | |
| service_id | Yes | Service ID from list_services. |