Skip to main content
Glama

AWS CodePipeline MCP Server

by cuongdev

stop_pipeline_execution

Interrupts an ongoing AWS CodePipeline execution by specifying the pipeline name and execution ID, optionally providing a reason for termination.

Instructions

Stop a pipeline execution

Input Schema

NameRequiredDescriptionDefault
executionIdYesExecution ID
pipelineNameYesName of the pipeline
reasonNoOptional reason for stopping

Input Schema (JSON Schema)

{ "properties": { "executionId": { "description": "Execution ID", "type": "string" }, "pipelineName": { "description": "Name of the pipeline", "type": "string" }, "reason": { "description": "Optional reason for stopping", "type": "string" } }, "required": [ "pipelineName", "executionId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cuongdev/mcp-codepipeline-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server