glab runner delete

Delete a GitLab CI/CD runner.

Synopsis

Permanently deletes a runner from the GitLab instance. Uses your access token.

Required access:

  • Maintainer or Owner for project runners.
  • Owner for group runners.
  • Administrator for instance runners.
glab runner delete <runner-id> [flags]

Examples

# Delete a runner (confirmation when interactive)
$ 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.
  -R, --repo OWNER/REPO   Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL.