How to stop gitlab runner
What is the most explicit way through the commandline to force stop a specific runner?
I have a rogue pipeline that is sending hundreds of emails of code review comments in a merge request. The only way I can stop it is by shutting down gitlab.
Is there a way to send a command that will simply cease everything the runner is doing? It currently has no pending jobs, so the UI is not helpful for stopping its current actions.