action eos_disconnect { label: "disconnect" description: "Initiate disconnection from a specified peer." provider: eos method: POST path: "/net/disconnect" encoding: json input: { type: "object" required: ["endpoint"] properties: { endpoint: { type: "string" description: "the endpoint to disconnect from, expressed as either IP address or URL" } } } output: { type: "string" description: "\"connection removed\" or \"no known connection for host\"" } }