| name | umbraco-health |
| description | Health check operations |
| metadata | {"version":"0.4.8","requires":{"bins":["umbraco"],"skills":["umbraco-shared"]}} |
health
PREREQUISITE: Read ../umbraco-shared/SKILL.md for auth, global flags, and security rules.
umbraco health <command> [flags]
Read Commands
| Command | Description |
|---|
health group <name> | Get health check group details |
health groups | List health check groups |
health run <group-name> | Run health checks for group |
group
umbraco health group <name>
groups
umbraco health groups
run
umbraco health run <group-name>
Mutation Commands
Safety: Always use --dry-run first. Remove the flag only after verifying the dry-run output.
| Command | Description |
|---|
health action <action-id> | Execute a health check action |
action
umbraco health action <action-id>
| Flag | Type | Default | Description |
|---|
--dry-run | bool | false | Print the planned request without executing |
--json | string | — | Action payload as JSON |
Safe pattern:
umbraco health action <action-id> --dry-run
umbraco health action <action-id>
Discovering Commands
umbraco health --help
umbraco schema health.<method>