MCPcopy
hub / github.com/Dokploy/dokploy / removeScheduleJob

Function removeScheduleJob

packages/server/src/utils/schedules/utils.ts:34–37  ·  view source on GitHub ↗
(scheduleId: string)

Source from the content-addressed store, hash-verified

32};
33
34export const removeScheduleJob = (scheduleId: string) => {
35 const currentJob = scheduledJobs[scheduleId];
36 currentJob?.cancel();
37};
38
39export const runCommand = async (scheduleId: string) => {
40 const {

Callers 1

schedule.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected