Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow fully deleting bots #10088

Open
Lyla-Fischer opened this issue Jul 27, 2018 · 9 comments
Open

Allow fully deleting bots #10088

Lyla-Fischer opened this issue Jul 27, 2018 · 9 comments
Labels
area: bots area: settings (user) new feature A proposed new feature for the product

Comments

@Lyla-Fischer
Copy link
Contributor

Once a bot is created, there is no way to delete it completely. The most you can do is deactivate it. This can make for a cluttered workspace, if you have a habit of creating new bots rather than re-using old ones and editing the name. It's also not possible to edit the pseudo-email for a bot, so even the active-reuse strategy doesn't work if you are actually using those pseudo-emails semantically.

@zulipbot
Copy link
Member

zulipbot commented Aug 2, 2018

Hello @zulip/server-bots, @zulip/server-settings members, this issue was labeled with the "area: bots", "area: settings (user)" labels, so you may want to check it out!

@Igorgro
Copy link

Igorgro commented Feb 4, 2021

Any update on this?

@h3po
Copy link

h3po commented Feb 12, 2021

there is now a delete button in the "your bots" view which allowed me to delete a bot and reuse its name/email when creating a new one. in the organization view, there's still no delete button.

@dmikushin
Copy link

there is now a delete button in the "your bots" view which allowed me to delete a bot and reuse its name/email when creating a new one. in the organization view, there's still no delete button.

Are you sure? The delete button actually only deactivates a bot and places it into "inactive bots" tab.

@Suput
Copy link

Suput commented Mar 27, 2023

Using Zulip in Docker. Version 6.1

Can't find delete button on bots tab (organization or personal settings)

@h3po
Copy link

h3po commented Mar 30, 2023

seems to have gone back to the old behavior

@luther84
Copy link

luther84 commented Feb 5, 2024

Just ran across this, created a test bot to check something with the api and realized that my new test bot is now a permanent feature of our installation. I can deactivate it which is great but I was really hoping to remove it entirely. We'd certainly appreciate if this feature was added.

@predmijat
Copy link

While you wait for a button to do this, you can do the following:

su - zulip
./deployments/current/manage.py delete_user -u your_bot@your_org -f

./deployments/current/manage.py delete_user --help for details.

@luther84
Copy link

luther84 commented Feb 5, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: bots area: settings (user) new feature A proposed new feature for the product
Projects
None yet
Development

No branches or pull requests

10 participants