glab runner delete | GitLab Docs
Delete a runner.
Synopsis
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]Examples
# Delete a runner (prompts for confirmation)
glab runner delete 6
# Skip confirmation prompt
glab runner delete 6 --force
Options
-f, --force Skip confirmation prompt.Options inherited from parent commands
-h, --help Show help for this command.