agent-orchestrator/backend/internal/skillassets/using-ao/commands/status.md

400 B

ao status

Show AO daemon status. Use this to verify the daemon is up and check which port it is bound to.

Syntax

ao status [flags]

Flags

Flag Meaning Default / Required
--json Output status as JSON -

Examples

# Check daemon status
ao status
# Get status as JSON (e.g. to check port programmatically)
ao status --json