Force recover partitions

POST /v1/partitions/force_recover_from_nodes

Force recover partitions from input list of nodes (brokers).

application/json

Body Required

List of nodes (brokers)

array[integer(int32)] array[integer(int32)]

Dead node (broker)

Responses

  • 200

    OK

POST /v1/partitions/force_recover_from_nodes
curl \
 --request POST 'http://localhost:9644/v1/partitions/force_recover_from_nodes' \
 --header "Content-Type: application/json" \
 --data '[42]'
Request examples
[
  42
]