CLI Reference
validate
Health check your agents via Tailscale SSH
Runs health checks against all deployed agents via Tailscale SSH to verify they’re reachable and functioning.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Health check your agents via Tailscale SSH
clawup validate [options]
| Option | Description |
|---|---|
-t, --timeout <seconds> | SSH timeout in seconds (default: 30) |
--local | Validate local Docker containers |
# Validate all agents
clawup validate
# With custom timeout
clawup validate --timeout 60
# Validate local Docker containers
clawup validate --local