Join Slack
Powered by
Sorry if I'm missing something obvious - how do yo...
# ask-community
t
Tony Waddle
02/01/2022, 12:03 PM
Sorry if I'm missing something obvious - how do you cancel a running agent? Can't see it in docs, -h or ui
Tony Waddle
02/01/2022, 12:06 PM
I guess these are the agents in task manager but is there a more elegant way to exit?
a
Anna Geller
02/01/2022, 12:18 PM
Agent is a local process. You could list all processes using ps, and then kill it using kill -9 PID:
Anna Geller
02/01/2022, 12:19 PM
on Windows, you can probably do the same using
Get-Process
and then Stop-Process -ID PID -Force
🙌 1
5
Views
Open in Slack
Previous
Next