How to kill proces

Lets say I make script that pings some address every 10 minutes count of ping is 5. and it works fine.

But if I make script that starts pinging some address at midnight eithout count= option MikroTik will, start script and pinging. How can I see if that process is zctive and how to kill it.

Im thinking of a PS command on linux :slight_smile:.

I think you are looking for /system script job to see what is runnning and remove to stop. No PS - yet. It is on several wish lists.

thanks