with one click
umbraco-health
Health check operations
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Health check operations
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Use csv-update to batch-modify a property across multiple documents.
Search for a data type, inspect it, and update its configuration.
Walk the content tree to find a document, update a property, and publish.
Search for documents matching a query and publish them.
Call an authenticated raw Umbraco Management API endpoint
Persistent authentication helpers
| name | umbraco-health |
| description | Health check operations |
| metadata | {"version":"0.4.8","requires":{"bins":["umbraco"],"skills":["umbraco-shared"]}} |
PREREQUISITE: Read
../umbraco-shared/SKILL.mdfor auth, global flags, and security rules.
umbraco health <command> [flags]
| 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 |
umbraco health group <name>
umbraco health groups
umbraco health run <group-name>
Safety: Always use
--dry-runfirst. Remove the flag only after verifying the dry-run output.
| Command | Description |
|---|---|
health action <action-id> | Execute a health check 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:
# 1. Dry run first
umbraco health action <action-id> --dry-run
# 2. Execute
umbraco health action <action-id>
# Browse subcommands
umbraco health --help
# Inspect a specific endpoint schema
umbraco schema health.<method>