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

366 B

ao stop

Stop the AO daemon.

Syntax

ao stop [flags]

Flags

Flag Meaning Default / Required
--json Output stop result as JSON -
--timeout duration How long to wait for daemon shutdown 10s

Examples

# Stop the daemon
ao stop
# Stop with a longer timeout
ao stop --timeout 30s