Ryzehosting
  1. Server
Ryzehosting
  • Server
    • List Servers
      GET
    • List OS
      GET
    • List Hardware
      GET
    • Order KVM
      POST
    • Update PTR
      PUT
    • Renew Server
      POST
    • Cancel Server
      POST
    • Get Config
      GET
    • Stop Server
      POST
    • Start Server
      POST
    • Restart Server
      POST
    • Reinstall Server
      POST
    • Update Password
      PUT
    • Get RRData
      GET
    • Get Status
      GET
    • Server VNC
      GET
  • Account
    • Account Balance
      GET
  1. Server

Update Password

PUT
/api/v1/server/{uuid}/password

Request

Path Params

Header Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://dash.ryzehosting.com/api/v1/server/0199f35c-c00c-8117-a60c-2dc85e900f13/password' \
--header 'Authorization: Bearer <API-KEY>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "password": ""
}'
Response Response Example
{}
Modified at 2025-10-17 18:09:47
Previous
Reinstall Server
Next
Get RRData
Built with