atuin: delete account
β’ 106 words β’ 1 min
I’ve been self-hosting
atuin for quite a while now. As such, I no longer need an
account in the official server (created a long time ago).
Problem statement: delete that account.
Note that I am currently logged into my self-hosted server.
As such, the first step is to switch back to the official server:
shell
% $EDITOR ~/.config/atuin/config.tomlThen ensure that sync_address is either commented out or set to
https://api.atuin.sh.
Now log in to it:
shell
% atuin login --username {username}
>> insert password, insert keyAnd, finally:
shell
% atuin account deleteAfterwards, switch back to the self-hosted server and run atuin login again.