| title | `glab runner delete` |
|---|---|
| stage | Create |
| group | Code Review |
| info | To determine the technical writer assigned to the Stage/Group associated with this page, see <https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments> |
Delete a runner.
Permanently deletes a runner from the GitLab instance.
Prerequisites:
- Maintainer or Owner role for project runners.
- Owner role for group runners.
- Administrator access for instance runners.
glab runner delete <runner-id> [flags]
# Delete a runner (prompts for confirmation)
glab runner delete 6
# Skip confirmation prompt
glab runner delete 6 --force -f, --force Skip confirmation prompt.
-h, --help Show help for this command.