跳转到主要内容
POST
/
v1
/
cluster
/
gossip
/
leave
离开 Gossip 集群
curl --request POST \
  --url http://127.0.0.1:22100/v1/cluster/gossip/leave \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

响应

已离开集群

ok
boolean
必填