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

Reinstall Server

POST
/api/v1/server/{uuid}/reinstall

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 POST 'https://dash.ryzehosting.com/api/v1/server/0199f361-ccb4-8242-8ff3-18a51b09486e/reinstall' \
--header 'Authorization: Bearer <API-KEY>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "os": "debian-13",
    "hostname": ""
}'
Response Response Example
{
    "response": "The server is being reinstalled",
    "state": "success",
    "code": 200,
    "data": {
        "uuid": "0199f361-ccb4-8242-8ff3-18a51b09486e",
        "os": "debian-13",
        "osDisplayName": "Debian 13",
        "hostname": "vm56641",
        "password": "hCIdcsIDLrvDRXBs"
    }
}
Modified at 2025-10-17 19:10:58
Previous
Restart Server
Next
Update Password
Built with