class
Qdrant::Api::Cluster::Peer
- Qdrant::Api::Cluster::Peer
- Reference
- Object
Defined in:
qdrant-api/api/cluster/peer.crConstructors
Instance Method Summary
-
#delete(peer_id : Int32, *, timeout : Int32 | Nil = nil, force : Bool | Nil = nil) : Response(Qdrant::Api::CreateShardKey200Response)
Remove peer from the cluster Tries to remove peer from the cluster.
Constructor Detail
Instance Method Detail
def delete(peer_id : Int32, *, timeout : Int32 | Nil = nil, force : Bool | Nil = nil) : Response(Qdrant::Api::CreateShardKey200Response)
#
Remove peer from the cluster Tries to remove peer from the cluster. Will return an error if peer has shards on it.