Skip to main content
Glama

cli_remove

Remove archived snapshots from ArchiveBox using timestamp filters and pattern matching to manage your web archive collection.

Instructions

Execute archivebox remove command.

Input Schema

NameRequiredDescriptionDefault
deleteNoDelete matching snapshots
afterNoFilter snapshots after timestamp
beforeNoFilter snapshots before timestamp
filter_typeNoFilter typeexact
filter_patternsNoList of filter patterns
extra_dataNoAdditional parameters as a dictionary

Input Schema (JSON Schema)

{ "properties": { "after": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": 0, "description": "Filter snapshots after timestamp" }, "before": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": 999999999999999, "description": "Filter snapshots before timestamp" }, "delete": { "default": true, "description": "Delete matching snapshots", "type": "boolean" }, "extra_data": { "anyOf": [ { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null, "description": "Additional parameters as a dictionary" }, "filter_patterns": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "description": "List of filter patterns" }, "filter_type": { "default": "exact", "description": "Filter type", "type": "string" } }, "type": "object" }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Knuckles-Team/archivebox-api'

If you have feedback or need assistance with the MCP directory API, please join our Discord server