From 638ba369531037ca4b500b83fdbb38d6cef133b2 Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Tue, 31 Dec 2013 14:00:11 -0800 Subject: [PATCH] API cleanup --- command/agent/http_api.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/command/agent/http_api.md b/command/agent/http_api.md index cdb4809e31..6fb830eac3 100644 --- a/command/agent/http_api.md +++ b/command/agent/http_api.md @@ -33,6 +33,5 @@ The current URLs supported are: * /v1/agent/health: Returns the health info from the local agent (future) * /v1/agent/members : Returns the members as seen by the local serf agent * /v1/agent/join : Instructs the local agent to join a node -* /v1/agent/members-wan: Returns the consul servers as seen by the wan serf (must be a server) -* /v1/agent/join-wan : Instructs the local agent to join a remote consul server (must be a server) +* /v1/agent/force-leave: Instructs the agent to force a node into the left state