Files
zulip/help/archive-a-stream.md
Lauryn Menard dedea23745 help-docs: Move help center documentation to top level directory.
These files are not Jinja2 templates, so there's no reason that they needed
to be inside `templates/zerver`. Moving them to the top level reflects their
importance and also makes it feel nicer to work on editing the help center content, 
without it being unnecessary buried deep in the codebase.
2023-01-25 14:08:29 -08:00

40 lines
1.0 KiB
Markdown

# Archive a stream
{!admin-only.md!}
Archiving a stream will immediately unsubscribe all users from the stream,
remove the stream from search and other typeaheads, and remove the stream's
messages from **All messages**.
Archiving a stream does not delete a stream's messages. Users will still be
able to find any given message by searching for it. However, links to
messages and topics in the stream may or may not continue to work.
In most cases, we recommend [renaming streams](/help/rename-a-stream) rather
than archiving them.
### Archive a stream
{start_tabs}
{relative|stream|all}
1. Select a stream.
1. Click the <i class="fa fa-trash-o"></i> on the right.
1. Approve by clicking **Confirm**.
{end_tabs}
!!! warn ""
Archiving a stream is currently irreversible, but we plan to add support
for unarchiving streams in the future.
## Related articles
* [Edit or delete a message](/help/edit-or-delete-a-message)
* [Delete a topic](/help/delete-a-topic)
* [Message retention policy](/help/message-retention-policy)