Change host name

In this section we will look at how to change the hostname.

To change the host name, follow the steps below:

  1. Get a list of your hosts and select one of them. How do I get a list of hosts?

  2. Use the following method from our API Change host name

Example of successful execution of a request in JSON format:

{
    "id": "21vjv1224n45v7457mvcas",
    "name": "Host new name",
    "number": "101"
}

Last updated