Page 1 of 1

Deleting History

Posted: February 2nd, 2016, 12:40 am
by cowboysfan1975
I want to have SABnzbd automatically delete history. I know that I can use this api to do this: http://localhost:8080/sabnzbd/api?mode= ... xxxxxxxxxx. I have used this directly through my browser with my api key inserted and it works great.

I have read that I need to use curl to get this to work but I don't know how to implement it into SABnzbd.

Can someone please walk me through the steps of setting this up.

Re: Deleting History

Posted: February 2nd, 2016, 1:27 am
by safihre
Or, you can use the scheduler to remove failed or completed (this was added in 0.8.0, so you need to install the beta) at a set time(s) every day.
Would that help?

Re: Deleting History

Posted: February 2nd, 2016, 5:42 am
by cowboysfan1975
I have installed the beta. Creating a schedule to remove completed jobs works great. Thanks for your help.