Uninstall Wonder Mesh
Delete All Projects
Remove all projects deployed on the mesh server from the Zeabur dashboard.
Run the Uninstall Script
Run the appropriate one-liner for your operating system. This will remove all changes made by the install script.
curl -fsSL https://cdn.zeabur.com/wonder/mesh-server-uninstall-linux.sh | sudo bashAdd the -f flag to skip the confirmation prompt:
curl -fsSL https://cdn.zeabur.com/wonder/mesh-server-uninstall-linux.sh | sudo bash -s -- --forceDelete the Server
Delete the server from the Zeabur dashboard.
Optional Cleanup
The uninstall script does not remove the following software that may have been installed alongside Wonder Mesh. Only remove them if you no longer need them.
K3s (server):
/usr/local/bin/k3s-uninstall.shK3s (agent):
/usr/local/bin/k3s-agent-uninstall.shNotes
- macOS VM isolation — on macOS, Tailscale, Wonder, the SSH user, and all network changes exist only inside the Lima VM. Deleting the VM removes them all. Your macOS system configuration is not affected.
- Tailscale network interface — the
tailscale0/ts0interface is automatically removed whentailscaledstops.