Remove Tagvico AI
Removing the container does not remove Paperless documents or metadata already written to them. It also leaves the named data volume intact unless you explicitly delete it.
Keep data for a later reinstall
docker compose downYou can reinstall the same or a compatible v3 image later and attach the existing tagvico_ai_data volume.
Permanently delete local Tagvico data
First create a final backup if you may need settings, history, queues, or the local admin account. Then remove the Compose stack and its named volume:
docker compose down --volumesIf you created the container with docker run:
docker rm -f tagvico-ai
docker volume rm tagvico_ai_dataThis cannot be undone
Deleting tagvico_ai_data permanently removes Tagvico's local configuration, credentials, history, review queue, snapshots, and admin account. It does not revert metadata already written to Paperless-ngx. Use History restoration before removal if you want to revert supported metadata snapshots.
Action Center removal also deletes local cases, steps, Companion transcripts, encrypted per-member tokens, and approval history. It does not remove tagvico/action or Tagvico custom-field values already mirrored to Paperless; remove those in Paperless separately if desired.
Finally, remove any Tagvico-specific API token from Paperless and revoke hosted provider credentials that were dedicated to this installation.