Tsarr Documentation - v2.4.12
    Preparing search index...

    CLI Command Reference

    Complete reference for all tsarr commands.

    These flags are available on all service resource actions:

    Flag Description
    --json Output as JSON
    --table Output as formatted table with colors and status indicators
    --plain Output as TSV (tab-separated, no colors, stable for piping)
    --quiet / -q Output only IDs
    --no-header Hide the table header row
    --select Cherry-pick fields in JSON mode (comma-separated, e.g. --select=title,year)
    --yes / -y Skip confirmation prompts
    --dry-run Show what would happen without executing
    tsarr radarr <resource> <action> [args]
    
    Resource Action Args Description
    movie list List all movies
    movie get <id> Get movie by ID
    movie search <term> Search TMDB for movies
    movie add [term] [--tmdb-id <id>] [--quality-profile-id <id>] [--root-folder <path>] Add a movie interactively or by TMDB ID
    movie delete <id> Delete a movie
    profile list List quality profiles
    profile get <id> Get quality profile by ID
    tag create <label> Create a tag
    tag delete <id> Delete a tag
    tag list List all tags
    queue list Show download queue
    queue status Queue overview
    rootfolder list List root folders
    system status System information
    system health Health check issues
    history list Recent activity
    customformat list List custom formats
    tsarr sonarr <resource> <action> [args]
    
    Resource Action Args Description
    series list List all series
    series get <id> Get series by ID
    series search <term> Search for TV series
    series add [term] [--tvdb-id <id>] [--quality-profile-id <id>] [--root-folder <path>] Add a series interactively or by TVDB ID
    series delete <id> Delete a series
    episode list [--series-id <id>] List all episodes or filter by series
    episode get <id> Get episode by ID
    profile list List quality profiles
    tag create <label> Create a tag
    tag delete <id> Delete a tag
    tag list List all tags
    queue list [--series-id <id>] Show download queue
    queue status Queue overview
    history list [--series-id <id>] Recent activity
    rootfolder list List root folders
    system status System information
    system health Health check issues
    tsarr lidarr <resource> <action> [args]
    
    Resource Action Args Description
    artist list List all artists
    artist get <id> Get artist by ID
    artist search <term> Search for artists
    artist delete <id> Delete an artist
    album list List all albums
    album get <id> Get album by ID
    album search <term> Search for albums
    profile list List quality profiles
    tag create <label> Create a tag
    tag delete <id> Delete a tag
    tag list List all tags
    rootfolder list List root folders
    system status System information
    system health Health check issues
    tsarr readarr <resource> <action> [args]
    
    Resource Action Args Description
    author list List all authors
    author get <id> Get author by ID
    author search <term> Search for authors
    author delete <id> Delete an author
    book list List all books
    book get <id> Get book by ID
    book search <term> Search for books
    profile list List quality profiles
    tag create <label> Create a tag
    tag delete <id> Delete a tag
    tag list List all tags
    rootfolder list List root folders
    system status System information
    system health Health check issues
    tsarr prowlarr <resource> <action> [args]
    
    Resource Action Args Description
    indexer list List all indexers
    indexer get <id> Get indexer by ID
    indexer delete <id> Delete an indexer
    search run <term> or <query> Search across all indexers
    app list List connected applications
    app get <id> Get application by ID
    tag create <label> Create a tag
    tag delete <id> Delete a tag
    tag list List all tags
    system status System information
    system health Health check issues
    tsarr bazarr <resource> <action> [args]
    
    Resource Action Args Description
    series list List series with subtitle info
    movie list List movies with subtitle info
    episode wanted Episodes needing subtitles
    provider list List subtitle providers
    language list List available languages
    language profiles List language profiles
    system status System information
    system health Health check issues
    system badges Notification badges

    Test connectivity to all configured services:

    tsarr doctor
    

    Manage CLI configuration:

    tsarr config init                    # Interactive setup
    tsarr config set <key> <value> # Set a config value
    tsarr config get <key> # Get a config value
    tsarr config show # Show full merged config

    See CLI Configuration for details.

    Generate shell completions:

    tsarr completions bash
    tsarr completions zsh
    tsarr completions fish