--- layout: "http" page_title: "HTTP API: /v1/agent/force-leave" sidebar_current: "docs-http-agent-force-leave" description: |- The '/1/agent/force-leave' endpoint is force a gossip member to leave. --- # /v1/agent/force-leave The `force-leave` endpoint is used to force a member of the gossip pool from the "failed" state into the "left" state. This allows the consensus protocol to remove the peer and stop attempting replication. This is only applicable for servers. ## PUT / POST
Description
Force a failed gossip member into the left state.
Method
PUT or POST
URL
`/v1/agent/force-leave`
Parameters
Returns
A `200` status code on success.