Update hostname
PUT
https://api.vpsbg.eu/v1/servers/{id}/hostnameUpdate the hostname of your server. The new hostname will be applied in your server after a reboot.
Request
Path Params
id
stringย
required
Body Params application/json
hostname
stringย
required
Example
{
"hostname": "string"
}
Request samples
Responses
The hostname has been updated successfully.(204)
The hostname has been updated successfully.
HTTP Code:ย 204
Content Type :ย JSONapplication/json
Data Schema
objectย {0}
Example
Not configured
Last modified: 3 months ago