Skip to main content
Glama

ESA MCP Server

by aliyun

delete_certificate

Remove a certificate from a specific website by providing the site ID and certificate ID. This operation ensures secure management of SSL/TLS certificates within the ESA MCP Server environment.

Instructions

Deletes a certificate for a website.

Input Schema

NameRequiredDescriptionDefault
idYesThe ID of the certificate. Example: 30001303
siteIdYesThe website ID, which can be obtained by calling the ListSites operation. Example: 1234567890123

Input Schema (JSON Schema)

{ "annotations": {}, "properties": { "id": { "description": "The ID of the certificate. Example: 30001303", "type": "string" }, "siteId": { "description": "The website ID, which can be obtained by calling the ListSites operation. Example: 1234567890123", "type": "number" } }, "required": [ "siteId", "id" ], "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