Skip to content

tally agent

Manage the per-agent seat homes (<tally_home>/agents/<name>/).

rm permanently deletes a seat’s identity + encrypted log; it is confirm-gated (type the name, or --yes) and refuses the base seat.

usage
tally agent <COMMAND>
Terminal window
# names + last-activity + connected
tally agent list
# move the seat home
tally agent rename vision v2
# delete a seat: confirm-gated
tally agent rm vision

List the per-agent seats with last-activity + connection status

usage
tally agent list [OPTIONS]
--json
Emit JSON instead of the human table

Remove a seat’s home (identity + log). Confirm-gated; refuses default

usage
tally agent rm [OPTIONS] <NAME>
<NAME>
The agent (seat) to remove
--yes
Skip the interactive confirm (for scripts)

Rename a seat (move its home dir). Refuses default; rejects an existing target

usage
tally agent rename <OLD> <NEW>
<OLD>
The current agent name
<NEW>
The new agent name