Cancel partition movement

POST /v1/brokers/{id}/cancel_partition_moves

Cancel movement of all partition replicas to or from the specified broker.

Path parameters

  • id integer(int64) Required

Responses

  • 200

    Cancel partition moves success

POST /v1/brokers/{id}/cancel_partition_moves
curl \
 --request POST 'http://localhost:9644/v1/brokers/{id}/cancel_partition_moves'