mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
docs(skills): add paseo archive command to CLI reference
This commit is contained in:
@@ -53,6 +53,10 @@ paseo inspect <agent-id>
|
||||
# Interrupt an agent's current run
|
||||
paseo stop <agent-id>
|
||||
|
||||
# Archive an agent (soft-delete, removes from UI)
|
||||
paseo archive <agent-id>
|
||||
paseo archive <agent-id> --force # Force archive running agent (interrupts first)
|
||||
|
||||
# Hard-delete an agent (interrupts first if needed)
|
||||
paseo delete <agent-id>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user