Change Service Password
Set or generate a new password for an eligible VPS service.
POST
Behavior
This endpoint is used for managing the remote desktop password for the VPS. This is the same password that the client uses to access their service. A successful submission changes the service password immediately. From this point forward the old password will no longer work, and the client must use the new password to access their service. You may use the “email_client” parameter to send a new VPS welcome email to the client, which contains the new password.Errors
All error responses havesuccess: false and an error object.
Authorizations
Send the API key in the Authorization bearer header. Production keys begin with sk_live_.
Path Parameters
Public service number parsed as a base-10 integer.
Body
application/json
- Option 1
- Option 2
Provide either new_password or a true generate_password value, but not both.
Last modified on August 2, 2026

