railway-mcp

by jason-tan-swe
Verified

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" }
ID: lwn74iwigz