2024-05-02 16:54:08 +02:00
|
|
|
# Archive a channel
|
2016-12-20 20:15:31 +01:00
|
|
|
|
2017-01-17 18:54:19 +01:00
|
|
|
{!admin-only.md!}
|
|
|
|
|
2024-11-06 00:07:12 +01:00
|
|
|
You can archive channels you no longer plan to use. Archiving a channel:
|
2016-12-20 20:15:31 +01:00
|
|
|
|
2024-11-06 00:07:12 +01:00
|
|
|
- Removes it from the left sidebar for all users.
|
|
|
|
- Prevents new messages from being sent to the channel.
|
|
|
|
- Prevents messages in the channel from being edited, deleted, or moved.
|
2016-12-20 20:15:31 +01:00
|
|
|
|
2024-11-06 00:07:12 +01:00
|
|
|
Archiving a channel does not remove subscribers, or change who can access it.
|
|
|
|
Messages in archived channels still appear in [search
|
|
|
|
results](/help/search-for-messages), the [combined feed](/help/combined-feed),
|
|
|
|
and [recent conversations](/help/recent-conversations).
|
|
|
|
|
|
|
|
To hide the content in a channel, you can make it
|
|
|
|
[private](/help/change-the-privacy-of-a-channel) and [unsubscribe
|
|
|
|
users](/help/manage-user-channel-subscriptions) from it prior to archiving.
|
2016-12-20 20:15:31 +01:00
|
|
|
|
2024-05-02 16:54:08 +02:00
|
|
|
## Archive a channel
|
2019-04-03 01:44:55 +02:00
|
|
|
|
2024-11-06 00:07:12 +01:00
|
|
|
!!! warn ""
|
|
|
|
|
|
|
|
Channels can be [unarchived](#unarchiving-archived-channels) only by
|
|
|
|
[contacting support](/help/contact-support) for organizations hosted
|
|
|
|
on Zulip Cloud, or by your self-hosted server's administrator.
|
|
|
|
|
2019-04-03 01:44:55 +02:00
|
|
|
{start_tabs}
|
|
|
|
|
2023-09-10 00:25:35 +02:00
|
|
|
{tab|desktop-web}
|
|
|
|
|
2024-05-02 17:46:14 +02:00
|
|
|
{relative|channel|all}
|
2018-09-16 09:22:24 +02:00
|
|
|
|
2024-05-02 16:54:08 +02:00
|
|
|
1. Select a channel.
|
2018-04-30 13:22:38 +02:00
|
|
|
|
2024-11-06 00:07:12 +01:00
|
|
|
1. Click the **archive** (<i class="zulip-icon zulip-icon-archive"></i>) icon
|
|
|
|
in the upper right corner of the channel settings panel.
|
2018-08-01 16:43:07 +02:00
|
|
|
|
2021-05-05 16:38:36 +02:00
|
|
|
1. Approve by clicking **Confirm**.
|
2016-12-20 20:15:31 +01:00
|
|
|
|
2023-09-10 00:25:35 +02:00
|
|
|
!!! tip ""
|
|
|
|
|
2024-05-02 16:54:08 +02:00
|
|
|
You can also hover over a channel in the left sidebar, click on the
|
2023-09-10 00:25:35 +02:00
|
|
|
**ellipsis** (<i class="zulip-icon zulip-icon-more-vertical"></i>), and
|
2024-11-06 00:07:12 +01:00
|
|
|
select **Channel settings** to access settings for the channel.
|
2023-09-10 00:25:35 +02:00
|
|
|
|
2019-04-03 01:44:55 +02:00
|
|
|
{end_tabs}
|
|
|
|
|
2024-05-02 16:54:08 +02:00
|
|
|
## Unarchiving archived channels
|
2023-09-10 00:28:02 +02:00
|
|
|
|
2024-11-06 00:07:12 +01:00
|
|
|
Zulip Cloud organizations that need to unarchive a channel can [contact Zulip
|
|
|
|
support](/help/contact-support).
|
|
|
|
|
2024-05-02 16:54:08 +02:00
|
|
|
If you are self-hosting, you can unarchive an archived channel using the
|
2024-05-06 13:40:27 +02:00
|
|
|
`unarchive_channel` [management command][management-command]. This will restore
|
2024-05-02 16:54:08 +02:00
|
|
|
it as a private channel with shared history, and subscribe all organization
|
2024-11-06 00:07:12 +01:00
|
|
|
owners to it.
|
2023-09-10 00:28:02 +02:00
|
|
|
|
|
|
|
[management-command]:
|
|
|
|
https://zulip.readthedocs.io/en/latest/production/management-commands.html#other-useful-manage-py-commands
|
|
|
|
|
2020-05-04 08:38:54 +02:00
|
|
|
## Related articles
|
|
|
|
|
2023-07-19 01:39:18 +02:00
|
|
|
* [Edit a message](/help/edit-a-message)
|
|
|
|
* [Delete a message](/help/delete-a-message)
|
2020-05-04 08:38:54 +02:00
|
|
|
* [Delete a topic](/help/delete-a-topic)
|
|
|
|
* [Message retention policy](/help/message-retention-policy)
|
2024-05-01 20:36:10 +02:00
|
|
|
* [Channel permissions](/help/channel-permissions)
|