How to kill a python script?

Hi All:

I have a python script that is running and I want to kill it to run a new version.
How do I do that without restarting the router?

Cheers,
john

Hi

you can kill all python scripts with

python kill

or a set script

python kill fred.py

to see what scripts are running

pycfg scripts

regards

James

1 Like

Perfect.

Cheers,
John