Skip to content

disclaw-team stop

Synopsis

Terminal window
disclaw-team stop [bot-id]

Description

Stops all bots by terminating the disclaw-team tmux session. If bot-id is provided, stops only that bot’s window. Does not delete state files.

Arguments

ArgumentRequiredDescription
bot-idNoStop only this bot. Omit to stop all bots and close the session.

Flags

None.

Examples

Terminal window
# Stop all bots
disclaw-team stop
Terminal window
# Stop only bot-2
disclaw-team stop bot-2

Gotchas