Skip to main content
Runs health checks against all deployed agents via Tailscale SSH to verify they’re reachable and functioning.

Usage

clawup validate [options]

Options

OptionDescription
-t, --timeout <seconds>SSH timeout in seconds (default: 30)
-c, --config <name>Config name (auto-detected if only one)

Examples

# Validate all agents
clawup validate

# With custom timeout
clawup validate --timeout 60