Force recover partitions
Force recover partitions from input list of nodes (brokers).
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
]