# Check broker pre-restart **GET /v1/broker/pre_restart_probe** Check if it is safe to restart this broker. ## Servers - http://localhost:9644: http://localhost:9644 () ## Parameters ### Query parameters - **limit** (integer) Limit the number of partitions listed for each risk type (default: 128). ## Responses ### 200 Pre-restart check result. Returns risks associated with restarting the broker, and partitions affected, if any. #### Body: application/json (object) - **risks** (object) Partitions affected by the current broker restart, grouped by risk type. Each partition list is truncated according to the optional limit specified in the request. [Powered by Bump.sh](https://bump.sh)