GitLab MCP Server

by rifqi96
Verified

gitlab_delete_cicd_variable

Remove a specific CI/CD variable from a project in GitLab by specifying the variable key and project ID using the GitLab MCP Server.

Instructions

Delete a CI/CD variable

Input Schema

NameRequiredDescriptionDefault
keyYesThe key of the variable
project_idYesThe ID or URL-encoded path of the project

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "The key of the variable", "type": "string" }, "project_id": { "description": "The ID or URL-encoded path of the project", "type": "string" } }, "required": [ "project_id", "key" ], "type": "object" }
ID: 7phkmkcd67