forked from docs/doc-exports
Reviewed-by: gtema <artem.goncharov@gmail.com> Co-authored-by: zhoumeng <zhoumeng35@huawei.com> Co-committed-by: zhoumeng <zhoumeng35@huawei.com>
4.9 KiB
4.9 KiB
Deleting a Health Check
Function
This API is used to delete a health check.
Constraints
If provisioning_status of the load balancer for which the health check is configured is not ACTIVE, the health check cannot be deleted.
URI
DELETE /v2.0/lbaas/healthmonitors/{healthmonitor_id}
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
healthmonitor_id |
Yes |
String |
Specifies the health check ID. |
Request
None
Response
None
Example Request
- Example request: Deleting a health check
DELETE https://{Endpoint}/v2.0/lbaas/healthmonitors/b7633ade-24dc-4d72-8475-06aa22be5412
Status Code
For details, see Status Codes.
Parent topic: Health Check