deregister-health-check
Remove a health check from Consul by specifying its ID to maintain accurate service monitoring and system health management.
Instructions
Deregister a health check from Consul
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ID of the health check to deregister |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"id": {
"default": "",
"description": "ID of the health check to deregister",
"type": "string"
}
},
"type": "object"
}