disclaw-team stop
Synopsis
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
| Argument | Required | Description |
|---|---|---|
bot-id | No | Stop only this bot. Omit to stop all bots and close the session. |
Flags
None.
Examples
# Stop all botsdisclaw-team stop# Stop only bot-2disclaw-team stop bot-2