If you have access to the SQL Repository database, you can run a schedule by running the query below:

update XL3ScheduleUpdate set dtUpdated = GetDate() update XL3Schedules set dtNextRunTime = GetDate() where cName = 'My Query'

The query can be modified to run based on the schedule's uniqueid or other criteria.