Skip to main content
Glama

tcp_proxy_delete

Delete unused or insecure TCP proxies in the railway-mcp server to manage security and clean up endpoints. Requires proxy ID for removal. Use with tcp_proxy_list for efficient proxy management.

Instructions

[API] Delete a TCP proxy

⚡️ Best for: ✓ Removing unused proxies ✓ Security management ✓ Endpoint cleanup

⚠️ Not for: × Temporary proxy disabling × Port updates

→ Prerequisites: tcp_proxy_list

→ Related: service_update

Input Schema

NameRequiredDescriptionDefault
proxyIdYesID of the TCP proxy to delete

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "proxyId": { "description": "ID of the TCP proxy to delete", "type": "string" } }, "required": [ "proxyId" ], "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/jason-tan-swe/railway-mcp'

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