cleanuparr_jobs
Manage Cleanuparr automated jobs: list, inspect, start, trigger, or update schedules.
Instructions
cleanuparr jobs operations on Cleanuparr. Pass operation and an arguments dict matching that operation's parameters.
cleanuparr_get_job(job_type) — Get one job. Values include QueueCleaner, MalwareBlocker, DownloadCleaner, BlacklistSynchronizer, Seeker, and CustomFormatScoreSyncer.
cleanuparr_list_jobs() — List scheduled jobs and their current status.
cleanuparr_start_job(job_type, schedule) — Start a job with a schedule object containing the JobSchedule DTO.
cleanuparr_trigger_job(job_type) — Run a one-time job now. Seeker cannot be manually triggered.
cleanuparr_update_job_schedule(job_type, schedule) — Replace a job schedule using the JobSchedule DTO.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | ||
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |