Preserve a link again
represerve_linkRe-archive a link by deleting its preserved copies and re-queuing it. Call once to receive a confirmation token, then call again to proceed; old copies are lost if archiving fails.
Instructions
Has Linkwarden archive the page again. This first DELETES the existing preserved copies and only then re-queues the link, so if the site is gone or now blocks the archiver, the old copies are lost and nothing replaces them. That is why it needs a confirmation token.
The work happens in a background worker; get_worker_stats shows the queue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link_id | Yes | Numeric id of the link — the "id" field returned by search_links, not its title or URL | |
| confirm_token | No | Confirmation token from a previous call of this tool with the same arguments. Omit on the first call. |