set_service_password
Overwrite the root/administrator password of a VPS service. Requires explicit confirmation as it may reboot the guest and is destructive.
Instructions
Set the root/administrator password of a VPS service. Requires scope services:write. The password value is a secret — it is never echoed back or logged. DESTRUCTIVE: overwrites the current credential and may reboot the guest. Pass confirm:true only after the user has explicitly approved. service_id from list_services.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Set to true to execute. This operation spends from your account balance and/or is irreversible; only pass true after the user has explicitly approved. Omit or false → the tool refuses and makes no API call. | |
| password | Yes | New root/admin password (8–128 chars). Never echoed or logged. | |
| service_id | Yes | Service ID from list_services. |