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

Update VPS settings

Update settings for the VPS.

Parameters

NameTypeInDescription
id*
integerpathThe service ID of the VPS.

Request Body

serviceNamestring

New name for the VPS

Response

200
403
404
successboolean

Request

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

Response

{
  "success": true
}