Slack
SLACK_ARCHIVE_A_SLACK_CONVERSATION
Archives a Slack conversation by its ID, rendering it read-only and hidden while retaining history, ideal for cleaning up inactive channels; be aware that some channels (like #general or certain DMs) cannot be archived and this may impact connected integrations.
Remote slack
Other tools also called SLACK_ARCHIVE_A_SLACK_CONVERSATION?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"channel": {
"type": "string",
"description": "ID of the Slack conversation to archive. This ID uniquely identifies a channel (e.g., public, private).\nExample: \"C1234567890\""
}
}
}