# SGLang Router v0.1.0: Dynamic Scaling and Fault Tolerance
We have released `sglang-router` v0.1.0 equipped with dynamic scaling and fault tolerance! It is essential for the router to be able to dynamically scale the number of workers and handle worker failures. To achieve this, we have implemented the following features:
## 1. Dynamic scaling: The router can dynamically scale the number of workers based on the request load.
We offer `/add_worker` and `/remove_worker` APIs to dynamically add or remove workers from the router.
-`/add_worker`
Usage:
```bash
$ curl -X POST http://localhost:30000/add_worker?url=http://worker_url_1