MCPcopy Create free account
hub / github.com/ShipSecAI/studio / deleteSchedule

Method deleteSchedule

backend/src/temporal/temporal.service.ts:410–414  ·  view source on GitHub ↗
(scheduleId: string)

Source from the content-addressed store, hash-verified

408 }
409
410 async deleteSchedule(scheduleId: string): Promise<void> {
411 const client = await this.getScheduleClient();
412 const handle = client.getHandle(scheduleId);
413 await handle.delete();
414 }
415
416 async pauseSchedule(scheduleId: string, note = 'Paused via API'): Promise<void> {
417 const client = await this.getScheduleClient();

Callers 2

api.tsFile · 0.45
deleteMethod · 0.45

Calls 2

getScheduleClientMethod · 0.95
deleteMethod · 0.45

Tested by

no test coverage detected