2024-11-12 15:24:40 +00:00
|
|
|
# Removing a Host from the Network
|
|
|
|
|
|
|
|
Removing a host from the network is as simple as
|
|
|
|
|
2024-12-17 19:42:47 +00:00
|
|
|
```bash
|
2024-11-12 15:24:40 +00:00
|
|
|
isle host remove --hostname <name>
|
|
|
|
```
|
|
|
|
|
|
|
|
Keep in mind that if the host being removed had storage allocations set on it
|
|
|
|
then the network will require some time to rebalance the stored data across the
|
|
|
|
remaining storage hosts. This means that when removing multiple storage hosts
|
|
|
|
from the network it is a good idea to wait a while in between each removal.
|