Moving - Managing Passes

Hopefully not an odd question. We're going to be moving soon, and my Channels server is going to be offline for a few weeks, maybe more. I'd like to avoid having to cleanup the Schedule page with all the recordings we're going to miss, so looking for ideas on how to handle this. My first thought was to pause all my passes, but open to other suggestions as well. There doesn't seem to be a way to pause passes via API, unless I'm missing something.

Thanks!

Everything has an API endpoint :smile: cause that's how the site works.

PUT /dvr/rules/$RULE_ID/pause

Thank you! I should have clarified I didn't see an endpoint listed in the web documentation. I'll play around with this, I appreciate the response!

That documentation is for the Client API, which is public and documented.

What I pasted was an endpoint for Channels DVR Server, which is not a public API, documented, or guaranteed to ever work past today. But it will probably never change.

1 Like