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
]

Documentation preview

will expire on January 19 at 23:13

This is a preview of your version @2026-01-12.