Preserve a link again
represerve_linkRe-archives a link by deleting its existing preserved copies and triggering a new archive attempt. Requires a confirmation token on the second call to prevent accidental data loss.
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. |