Skip to main content
Glama

Cisco MCP Pods Server

by ruegreen

delete_pod

Remove a pod from a Cisco API Gateway collection by specifying the collection name and pod number to manage your pod inventory and resources.

Instructions

Delete a pod from a collection by its number.

Input Schema

NameRequiredDescriptionDefault
collectionYesCollection name
numberYesPod number to delete

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "Collection name", "type": "string" }, "number": { "description": "Pod number to delete", "type": "number" } }, "required": [ "collection", "number" ], "type": "object" }

Other Tools from Cisco MCP Pods Server

Related Tools

    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/ruegreen/CiscoMCPPods'

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