Santiago_Rangel Is there any way to change operating system on a server? Rebuild it basically, so that I can keep the ip address.
Frederik_Madsen Try rebuild via API, if you don't pass image_id you'll get a list of available upgrades and their id's. POST /v1/server/rebuild { "server_id": (string/int), "image_id": (string/int) }