How to disable wordpress cron jobs for a subsite?

this filter does the trick:

add_filter('schedule_event', '__return_false');