Skip to main content
Glama

ESA MCP Server

by aliyun

deployment_delete

Remove a specific code version linked to an Edge Routine (ER) by providing the deployment name and code version. Streamlines code management in ESA MCP Server environments.

Instructions

Delete a specified code version associated with an Edge Routine (ER).

Input Schema

NameRequiredDescriptionDefault
codeVersionYesThe version of the code to delete
nameYesThe name of the deployment to delete

Input Schema (JSON Schema)

{ "properties": { "codeVersion": { "description": "The version of the code to delete", "type": "string" }, "name": { "description": "The name of the deployment to delete", "type": "string" } }, "required": [ "name", "codeVersion" ], "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/aliyun/mcp-server-esa'

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