minus-squareMcWizard@lemmy.ziptoSelfhosted@lemmy.world•Fetcharr - a human-developed Huntarr replacementlinkfedilinkEnglisharrow-up3·3 days ago#Radarr curl -X POST “http://localhost:7878/api/v3/command” -H “X-Api-Key: YOUR API KEY” -H “Content-Type: application/json” -d ‘{“name”: “missingMoviesSearch”}’ This does it for me. I have this in a cronjob together with one for sonarr and it starts the active search of the arrs. linkfedilink
#Radarr curl -X POST “http://localhost:7878/api/v3/command”
-H “X-Api-Key: YOUR API KEY”
-H “Content-Type: application/json”
-d ‘{“name”: “missingMoviesSearch”}’
This does it for me. I have this in a cronjob together with one for sonarr and it starts the active search of the arrs.