How can i remove a unit from the GUI? because a erased after a tecnical problem with the hardware. But i dont find the GUI any option to remove it so it doesnt have more alerts from the old diskOk. Some things like renaming can often done without recreating everything, that's why I asked.
If you want to clear the disk completely (delete all data on it again), you can zap the disk:
Bash:# WARNING: below is dangerous, wipes disk partitions, use with care! sgdisk --zap-all /dev/sdX
Replace the /dev/ path with the respective device, triple check you got the right one and hit enter. After that, it should be useable again for creating a new storage+datastore with it.