Skip to main content
Commands for managing your memory file’s capacity and syncing tickets from the dashboard.

Overview

Memvid uses a ticket system for capacity management:
  • Tickets authorize storage capacity
  • Binding connects a file to a dashboard memory
  • Plans determine your capacity limits

memvid tickets sync

Synchronize tickets from the dashboard.

Synopsis

Arguments

Options

Examples

Response

JSON Output


memvid tickets apply

Apply a ticket to a memory file.

Synopsis

Options

Examples


memvid tickets issue

Issue a new ticket (for self-hosted/enterprise).

Synopsis

Options

Examples


memvid tickets list

Show current ticket information.

Synopsis

Options

Examples

Response

JSON Output


memvid tickets revoke

Clear ticket metadata from a file.

Synopsis

Options

Examples


memvid plan show

Show current plan and capacity.

Synopsis

Options

Examples

Response

JSON Output


memvid plan sync

Sync plan ticket from dashboard.

Synopsis

Options

Examples


memvid plan clear

Clear cached plan ticket.

Synopsis

Options


Bind and Unbind Memory

Bind Memory

Associate a local memory file with a dashboard memory ID:
After binding, you can sync tickets without specifying the memory ID each time.

Unbind Memory

Remove the dashboard association from a local file:
After unbinding, you’ll need to rebind before syncing tickets again.

Best Practices

Initial Setup

Monitoring Capacity

Refreshing Tickets

Enterprise Self-Hosting

Capacity Planning


Environment Variables


Troubleshooting

CapacityExceeded Error

If you see this error when adding content:
Solutions:
  1. Upgrade and sync:
  2. Delete old content:
  3. Create a new memory:

Ticket Sync Failed

If sync fails:

Invalid Ticket Error

If you see TicketInvalid or TicketReplay:

Next Steps

Maintenance & Repair

Verify and repair memory files

Error Reference

All error codes and solutions