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/{project_id}/elb/healthmonitors/{healthmonitor_id}
Parameter | Mandatory | Type | Description |
---|---|---|---|
project_id | Yes | String | Specifies the project ID. |
healthmonitor_id | Yes | String | Specifies the health check ID. |
Request
None
Response
None
Example Request
- Example request: Deleting a health checkDELETE https://{Endpoint}/v2/145483a5107745e9b3d80f956713e6a3/elb/healthmonitors/b7633ade-24dc-4d72-8475-06aa22be5412
Example Response
- Example response
None
Status Code
For details, see Status Codes.
Parent topic: Health Check
- Function
- Constraints
- URI
- Request
- Response
- Example Request
- Example Response
- Status Code