GitLab Runners API

The GitLab Runners API provides endpoints for managing CI/CD runners registered to a GitLab instance. It supports listing, registering, updating, and deleting runners, as well as managing runner configurations and viewing jobs assigned to specific runners.

API entry from apis.yml

apis.yml Raw ↑
aid: gitlab:apiv4runners
name: GitLab Runners API
tags:
- CI/CD
- Infrastructure
- Runners
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://gitlab.com/api/v4
humanURL: https://docs.gitlab.com/api/runners/
overlays: []
properties:
- url: https://docs.gitlab.com/api/runners/
  type: Documentation
- url: https://docs.gitlab.com/api/rest/authentication/
  type: Authentication
description: The GitLab Runners API provides endpoints for managing CI/CD runners registered to a GitLab
  instance. It supports listing, registering, updating, and deleting runners, as well as managing runner
  configurations and viewing jobs assigned to specific runners.