SSRS will recreate any agent jobs associated with a subscription - when reporting services is restarted. To remove the agent job permanently - you need to find the report and subscription and remove that subscription.
Failing SSRS SQL Agent Report Jobs - Removal

Fellow SQL ers,
I ran across some sql agent jobs that appear to have been created by SSRS. I can see the command. It is referencing a db on the server that no longer exists. Looks like someone migrated something but left these jobs "scheduled" and they are failing. The DB it is referencing no longer exists on any of our servers.
Are this jobs safe to Delete without affecting something else in SSRS?
Thx
MG
2 answers
Sort by: Most helpful
-
-
Joyzhao-MSFT 15,471 Reputation points Microsoft Employee
2021-03-09T02:19:38.177+00:00 Hi @Mark Gordon ,
Are this jobs safe to Delete without affecting something else in SSRS?
It should be fine. If something odd happens, you can restart reporting services and subscription jobs are checked at this time. If any subscription jobs are needed and not present, they will be created/recreated.
As Williams said, to permanently delete the agent job, you need to delete the subscription.Best Regards,
Joy
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.