File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
docs/development/reference Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -323,16 +323,17 @@ Remove agent
323323** Usage** :
324324
325325``` console
326- $ agentstack agent remove | uninstall | rm | delete [OPTIONS] SEARCH_PATH
326+ $ agentstack agent remove | uninstall | rm | delete [OPTIONS] [ SEARCH_PATH]
327327```
328328
329329** Arguments** :
330330
331- * ` SEARCH_PATH ` : Short ID, agent name or part of the provider location [ required ]
331+ * ` [ SEARCH_PATH] ` : Short ID, agent name or part of the provider location
332332
333333** Options** :
334334
335335* ` -y, --yes ` : Skip confirmation prompts.
336+ * ` -a, --all ` : Remove all agents without selection.
336337* ` --help ` : Show this message and exit.
337338
338339### ` agentstack agent logs `
@@ -1090,16 +1091,17 @@ Remove agent
10901091** Usage** :
10911092
10921093``` console
1093- $ agentstack remove | uninstall | rm | delete [OPTIONS] SEARCH_PATH
1094+ $ agentstack remove | uninstall | rm | delete [OPTIONS] [ SEARCH_PATH]
10941095```
10951096
10961097** Arguments** :
10971098
1098- * ` SEARCH_PATH ` : Short ID, agent name or part of the provider location [ required ]
1099+ * ` [ SEARCH_PATH] ` : Short ID, agent name or part of the provider location
10991100
11001101** Options** :
11011102
11021103* ` -y, --yes ` : Skip confirmation prompts.
1104+ * ` -a, --all ` : Remove all agents without selection.
11031105* ` --help ` : Show this message and exit.
11041106
11051107## ` agentstack logs `
You can’t perform that action at this time.
0 commit comments