GitLab Deployments API

The GitLab Deployments API enables programmatic access to deployment records in GitLab projects. It supports listing, creating, and updating deployments, as well as retrieving deployment details and merge requests associated with specific deployments.

API entry from apis.yml

apis.yml Raw ↑
aid: gitlab:apiv4deployments
name: GitLab Deployments API
tags:
- CI/CD
- Deployments
- Release Management
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/deployments/
overlays: []
properties:
- url: https://docs.gitlab.com/api/deployments/
  type: Documentation
- url: https://docs.gitlab.com/api/rest/authentication/
  type: Authentication
description: The GitLab Deployments API enables programmatic access to deployment records in GitLab projects.
  It supports listing, creating, and updating deployments, as well as retrieving deployment details and
  merge requests associated with specific deployments.