forked from docs/doc-exports
Reviewed-by: Hajba, László Antal <laszlo-antal.hajba@t-systems.com> Co-authored-by: zhoumeng <zhoumeng35@huawei.com> Co-committed-by: zhoumeng <zhoumeng35@huawei.com>
6.4 KiB
6.4 KiB
Removing a Backend Server
Function
This API is used to remove a backend server by its ID.
Constraints
After you remove a backend server, new connections to this server will not be established. However, long connections that have been established will be maintained.
URI
DELETE /v2.0/lbaas/pools/{pool_id}/members/{member_id}
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
pool_id |
Yes |
String |
Specifies the ID of the backend server group. |
member_id |
Yes |
String |
Specifies the backend server ID. NOTE:
|
Request
None
Response
None
Example Request
- Example request: Removing a backend server
DELETE https://{Endpoint}/v2.0/lbaas/pools/5a9a3e9e-d1aa-448e-af37-a70171f2a332/members/cf024846-7516-4e3a-b0fb-6590322c836f
Status Code
For details, see Status Codes.
Parent topic: Backend Server