Deleting a Health Check
Function
This API is used to delete a health check.
Constraints
The health check can be deleted only when the provisioning status of the associated load balancer is ACTIVE.
Calling Method
For details, see Calling APIs.
URI
DELETE /v3/{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 Parameters
Parameter | Mandatory | Type | Description |
---|---|---|---|
X-Auth-Token | Yes | String | Specifies the token used for IAM authentication. |
Response Parameters
None
Example Requests
Deleting a health check
DELETE https://{ELB_Endpoint}/v3/99a3fff0d03c428eac3678da6a7d0f24/elb/healthmonitors/c2b210b2-60c4-449d-91e2-9e9ea1dd7441
Example Responses
None
Status Codes
Status Code | Description |
---|---|
204 | Successful request. |
Error Codes
See Error Codes.
Parent topic: Health Check
- Calling Method
- URI