PATCH /dashboard/service/{id}/vps/ips

Update IP address

Update DNS name for an IP address.

Parameters

NameTypeInDescription
id*
integerpathThe service ID of the VPS.

Request Body

idinteger

IP address ID

addressstring

IP address

dns_namestring

DNS name for the IP

Response

200
403
404
successboolean

Request

curl -X PATCH "https://api.royalehosting.net/dashboard/service/{id}/vps/ips" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "x-organization-id: YOUR_ORG_ID" \
  -H "Content-Type: application/json" \
  -d '{}'

Response

{
  "success": true
}