class Qdrant::Api::Cluster::Peer

Defined in:

qdrant-api/api/cluster/peer.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(conn : Connection) #

[View source]

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.


[View source]