check_health
Run health probes against Docker containers using HTTP, TCP, or exec methods with automatic HEALTHCHECK detection.
Instructions
Run a health probe against a container. Supports HTTP, TCP, and exec probes. Auto-detects from container HEALTHCHECK if available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| container_id | Yes | Container ID or name | |
| type | No | Probe type (default: auto-detect from HEALTHCHECK) | |
| endpoint | No | HTTP endpoint or TCP port | |
| command | No | Command for exec probe |