railway-mcp

by jason-tan-swe
Verified

tcp_proxy_delete

[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" }