Networking
Change reserved IP
Swap a reserved IP for a different one from the available pool. The subscription stays the same — no extra charge, no refund. Useful if the current IP is blacklisted somewhere.
The IP must be reserved (not currently attached to a VM).
post/api/v1/ips/{id}/change
Path parameters
idstring uuid required
Floating IP ID (UUID).
Headers
X-Project-IDstring uuid required
Project ID. Required for all mutating operations (create, delete, power actions, resize).
Response
IP changed
Example response
{
"old_ip": {
"ip_address": "203.0.113.42"
},
"new_ip": {
"ip_address": "203.0.113.42"
}
}