Cron – Stop an already running cron job

cron

I have a PHP script on server that sends newsletter emails to my site users using a cron job. The users list is approximately 55,000 and takes nine hours.

Is there any way to stop it (urgently)?