Remove IP from Port
POST/backend/api/openstack/ports/:ports_id/remove_ip
Host: https://core.ocplanet.cloud
Remove IP from the specified port in VPS.
Request
- application/json
Body
- Array [
- ]
fixed_ips object[]required
ip_address stringrequired
subnet_id stringrequired
region stringrequired
Responses
- 200
- application/json
- Schema
- Example (from schema)
- Example
Schema
detail stringrequired
{
"detail": "string"
}
{
"detail": "IP removed"
}
Loading...