Back to Zulip

Deactivate or reactivate a bot

starlight_help/src/content/docs/deactivate-or-reactivate-a-bot.mdx

12.02.5 KB
Original Source

import {TabItem, Tabs} from "@astrojs/starlight/components";

import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import AdminOnly from "../include/_AdminOnly.mdx";

import UserCogIcon from "~icons/zulip-icon/user-cog"; import UserPlusIcon from "~icons/zulip-icon/user-plus"; import UserXIcon from "~icons/zulip-icon/user-x";

By default, users can deactivate and reactivate the bots that they add. Organization admins can prevent users from reactivating bots by restricting bot creation.

Organization administrators can also deactivate or reactivate any existing bot, regardless of who owns them.

Deactivate a bot

<Tabs> <TabItem label="Your bots"> <FlattenedSteps> <NavigationSteps target="settings/your-bots" />
  1. In the **Actions** column, click the **deactivate bot** (<UserXIcon />)
     icon for the bot you want to deactivate.
  1. Approve by clicking **Deactivate**.
</FlattenedSteps>
</TabItem> <TabItem label="All bots"> <AdminOnly />
<FlattenedSteps>
  <NavigationSteps target="settings/bots" />

  1. In the **Actions** column, click the **deactivate bot** (<UserXIcon />)
     icon for the bot you want to deactivate.
  1. Approve by clicking **Deactivate**.
</FlattenedSteps>
</TabItem> </Tabs>

Reactivate a bot

<Tabs> <TabItem label="Your bots"> <FlattenedSteps> <NavigationSteps target="settings/your-bots" />
  1. Select **Deactivated** from the dropdown above the **Bots** table.
  1. In the **Actions** column, click the **reactivate bot** (<UserPlusIcon />)
     icon for the bot you want to reactivate.
  1. Approve by clicking **Confirm**.
</FlattenedSteps>
</TabItem> <TabItem label="All bots"> <AdminOnly />
<FlattenedSteps>
  <NavigationSteps target="settings/bots" />

  1. Select **Deactivated** from the dropdown above the **Bots** table.
  1. In the **Actions** column, click the **reactivate bot** (<UserPlusIcon />)
     icon for the bot you want to reactivate.
  1. Approve by clicking **Confirm**.
</FlattenedSteps>
</TabItem> </Tabs>