archivebox.cli.archivebox_machine
archivebox machine
Manage Machine records (system-managed, mostly read-only).
Machine records track the host machines where ArchiveBox runs. They are created automatically by the system and are primarily for debugging.
Actions: list - List Machines as JSONL (with optional filters)
Examples: # List all machines archivebox machine list
# List machines by hostname
archivebox machine list --hostname__icontains=myserver
Module Contents
Functions
List Machines as JSONL with optional filters. |
|
Manage Machine records (read-only, system-managed). |
|
List Machines as JSONL. |
Data
API
- archivebox.cli.archivebox_machine.list_machines(hostname__icontains: str | None = None, os_platform: str | None = None, limit: int | None = None) int[source]
List Machines as JSONL with optional filters.
Exit codes: 0: Success (even if no results)