VMmanager Knowledge Base
en En
es Es
Your feedback is an opportunity for improvement!
Take part in the survey and contribute to the development of the ISPsystem ecosystem.
Take the survey

How to create a VM without IP addresses?

The platform automatically allocates an IP address to all new virtual machines (VMs). You can get VMs without IP addresses in the following ways:

  • create a VM and delete the IP addresses in its card: Virtual machines → select the VM → IP addresses Delete.
  • create the VM through the platform API. For example, in the Swagger interactive shell. To do this, execute the /host POST request without configuring the network interfaces in the body of the request:

    Example request parameters
    {
      "name": "my_vm",
      "cluster": 1,
      "account": 3,
      "domain": "my_vm.example.com",
      "preset": 7,
      "os": 22,
      "password": "secret"
    }
The article was last updated on 12.01.2022. The article was prepared by technical writers of ISPsystem.