Detach Floating IP
POST
/floating-ips/detachStarting a process to detach the provided Floating IPs from its current server. A restart, which you can do later, is needed. The IP address will lose connection immediately, and the server's network interface for this IP will reset after rebooting.
Request
Body Params application/json
ids
array[integer]
required
An array list of all Floating IP ids you would like to detach.
Example
{
"ids": [
608,
602
]
}
Request samples
Responses
IP detach in progress(204)
IP detach in progress
HTTP Code:ย 204
Content Type :ย JSONapplication/json
Data Schema
objectย {0}
Example
Not configured
Last modified: 2 months ago