How to delete instance runner

Hi.

I want to delete the instance runner.
I am using gitlab Saas.
Can I delete an instance runner only in the gitlab installed version?

If not, is there a way?
Also, how do I delete Project Runner?

Best regards.

If you’re using GitLab SaaS, you cannot delete instance runners, only disable them - from official docs:

If you use GitLab.com or GitLab Dedicated, you can run your CI/CD jobs on GitLab-hosted runners. These runners are managed by GitLab and fully integrated with GitLab.com. By default these runners are enabled for all projects. You can disable the runners if you have the Owner role for the project.

If you have your own runner on the project level, official docs says how to delete them as well.

1 Like