# Uninstallation MaaS-Base is typically installed using containerization, so uninstallation mainly involves removing the container and any associated data volumes. For example, if MaaS-Base is running in a Docker container named `gpustack`, run: ```bash docker rm -f gpustack ``` To optionally remove associated data volumes, use: ```bash docker volume rm ```