HTTP Upstreams
Method DELETE
Remove a server from an HTTP upstream server group
Removes a server from an HTTP upstream server group.
delete/http/upstreams/{httpUpstreamName}/servers/{httpUpstreamServerId}
Response
Success
Example response
[
{
"id": 0,
"server": "10.0.0.1:8088",
"weight": 1,
"max_conns": 0,
"max_fails": 0,
"fail_timeout": "10s",
"slow_start": "10s",
"route": "",
"backup": false,
"down": false
},
{
"id": 1,
"server": "10.0.0.1:8089",
"weight": 4,
"max_conns": 0,
"max_fails": 0,
"fail_timeout": "10s",
"slow_start": "10s",
"route": "",
"backup": true,
"down": true
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.