CLI Command Reference
Complete reference for all tsarr commands.
Global Options
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
Radarr (Movies)
tsarr radarr < resourc e> < actio n> [args]
Copy
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
Sonarr (TV Shows)
tsarr sonarr < resourc e> < actio n> [args]
Copy
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
Lidarr (Music)
tsarr lidarr < resourc e> < actio n> [args]
Copy
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
Readarr (Books)
tsarr readarr < resourc e> < actio n> [args]
Copy
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
Prowlarr (Indexers)
tsarr prowlarr < resourc e> < actio n> [args]
Copy
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
Bazarr (Subtitles)
tsarr bazarr < resourc e> < actio n> [args]
Copy
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
Utility Commands
Doctor
Test connectivity to all configured services:
tsarr doctor
Copy
Config
Manage CLI configuration:
tsarr config init # Interactive setup tsarr config set < ke y> < valu e> # Set a config value tsarr config get < ke y> # Get a config value tsarr config show # Show full merged config
Copy
See CLI Configuration for details.
Completions
Generate shell completions:
tsarr completions bash tsarr completions zsh tsarr completions fish
Copy