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 PTR

PUT
/api/v1/server/0199f361-ccb4-8242-8ff3-18a51b09486e/ptr

Request

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/0199f361-ccb4-8242-8ff3-18a51b09486e/ptr' \
--header 'Authorization: Bearer <API-KEY>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "ip": "5.175.140.64",
    "ptr": "ryzehosting.com"
}'
Response Response Example
{
    "response": "PTR record updated successfully",
    "state": "success",
    "code": 200,
    "data": {
        "ip": "5.175.140.64",
        "ptr": "ryzehosting.com",
        "server_uuid": "0199f361-ccb4-8242-8ff3-18a51b09486e"
    }
}
Modified at 2025-10-17 19:11:51
Previous
Order KVM
Next
Renew Server
Built with