Problem with jobs that are remain in queue from past executions

I’m using Hangfire for job scheduling in console application ,but after multiple execution of my project,
jobs that is created in past executions still remain in queue and periodically execute the code.
How clear all jobs when start the project.