Disassociate a floating IP from an instance
DELETE/portal/api/v1/instances/fip/:instance_id
Disassociates a floating IP from the specified instance identified by instance_id
.
Request
Responses
- 200
- 401
- 403
- 404
- 409
- 500
Floating IP disassociated from the instance successfully
Unauthorized
Forbidden
Resource not found.
Resource conflict.
Internal Server Error