Stopping a job from dashboard

Hi,

We have recently started using Hangfire for some of our recurring background jobs. We are still quite new to this topic so we are struggling with a few things.
Mainly, how can we stop a job that is already running from the dashboard?
We have not yet implemented anything with cancellation tokens. Does anybody have a good sample of how we can use this? The documentation on that topic is not sufficient for me.

We are running Hangfire as a Windows Service on top of SQL Server. Verion of Hangfire is 1.7.19 and our .NET version is 4.6.1. (for the moment)

Any help is appreciated.

Kind Regards
Tim