archive_conversations
Move inactive conversations to an archive directory to free up space. Specify the number of days of inactivity, with a dry-run option to preview changes.
Instructions
Archive old/inactive conversations to free up space. Moves conversations that haven't been modified in a specified number of days to an archive directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Archive conversations inactive for this many days. Default: 30 | |
| dry_run | No | Preview what would be archived without making changes. Default: true |