batch_archive_documents
Archive multiple documents in bulk to remove them from collection views while keeping them searchable. Use for cleaning up outdated documents without deletion.
Instructions
Archives multiple documents in a single batch operation.
This tool processes each document sequentially, continuing even if
individual operations fail. Rate limiting is handled automatically
by the Outline client.
IMPORTANT: Archived documents are removed from collections but remain
searchable. They won't appear in normal collection views but can
still be found through search or the archive list.
Use this tool when you need to:
- Archive multiple outdated documents at once
- Clean up collections in bulk
- Batch hide documents without deleting them
Recommended batch size: 10-50 documents per operation
Args:
document_ids: List of document IDs to archive
Returns:
Summary of batch operation with success/failure details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |