Is there any way to change operating system on a server? Rebuild it basically, so that I can keep the ip address.
Try rebuild via API, if you don't pass image_id you'll get a list of available upgrades and their id's.
image_id
POST /v1/server/rebuild { "server_id": (string/int), "image_id": (string/int) }
Frederik_Madsen Thanks man
Perfect, just what I was looking for. 👍️
Should be in the docs too.