Skip to main content
Glama

cli_update

Update ArchiveBox snapshots by archiving new URLs or re-processing existing ones with configurable filters for timestamp, status, and extractors.

Instructions

Execute archivebox update command.

Input Schema

NameRequiredDescriptionDefault
resumeNoResume from timestamp
only_newNoUpdate only new snapshots
index_onlyNoIndex without archiving
overwriteNoOverwrite existing files
afterNoFilter snapshots after timestamp
beforeNoFilter snapshots before timestamp
statusNoFilter by statusunarchived
filter_typeNoFilter typesubstring
filter_patternsNoList of filter patterns
extractorsNoComma-separated list of extractors
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" }, "extra_data": { "anyOf": [ { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null, "description": "Additional parameters as a dictionary" }, "extractors": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": "", "description": "Comma-separated list of extractors" }, "filter_patterns": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "description": "List of filter patterns" }, "filter_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": "substring", "description": "Filter type" }, "index_only": { "default": false, "description": "Index without archiving", "type": "boolean" }, "only_new": { "default": true, "description": "Update only new snapshots", "type": "boolean" }, "overwrite": { "default": false, "description": "Overwrite existing files", "type": "boolean" }, "resume": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": 0, "description": "Resume from timestamp" }, "status": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": "unarchived", "description": "Filter by status" } }, "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