Skip to main content
Glama

tcp_proxy_delete

Delete TCP proxies from the railway-mcp server to remove unused endpoints, manage security, and perform cleanup. Requires proxy ID for targeted removal.

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