archive_channel
Archive Slack channels to organize your workspace by removing inactive channels from the active list while preserving their content and history for future reference.
Instructions
Archive a channel
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| channel | Yes | Channel ID to archive | 
Input Schema (JSON Schema)
{
  "properties": {
    "channel": {
      "description": "Channel ID to archive",
      "type": "string"
    }
  },
  "required": [
    "channel"
  ],
  "type": "object"
}