cancel-scheduled-task

Delete a scheduled task permanently by its task_id from scheduling systems.

9|2|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/AllBeingsFuture/AllBeingsFuture --skill cancel-scheduled-task-allbeingsfuture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cancel-scheduled-task
Source: https://github.com/AllBeingsFuture/AllBeingsFuture/tree/main/electron/embedded-assets/skills/system/cancel-scheduled-task
Command: npx skills add https://github.com/AllBeingsFuture/AllBeingsFuture --skill cancel-scheduled-task-allbeingsfuture

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Permanently removes unwanted or obsolete scheduled tasks that otherwise continue to trigger notifications or automated actions, preventing clutter and unintended executions.

Core Features & Use Cases

  • Irreversible Deletion: Removes a scheduled task permanently by task_id to ensure it will no longer run.
  • Action Guidance: Differentiates between deletion, disabling, and turning off notifications so users choose the correct operation (use update_scheduled_task for pause or notify changes).
  • Integration: Works with task listing tools to locate task_id before deletion; suitable for cleaning up recurring notifications or canceled automations.

Quick Start

Permanently delete the scheduled task with the given task_id using cancel-scheduled-task and confirm that the removal is irreversible.

Frequently Asked Questions about cancel-scheduled-task

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I permanently delete a scheduled task to stop recurring notifications?

To permanently delete a scheduled task, use its task_id to remove it from scheduling systems. This irreversible deletion ensures obsolete recurring tasks and their notifications will no longer trigger.

What is the difference between deleting a scheduled task and disabling it?

Deleting a scheduled task permanently removes it without soft-recovery, whereas disabling or pausing temporarily halts execution. Use update_scheduled_task to pause tasks or turn off notifications instead of deleting them.

How do I find the task_id needed to cancel a scheduled automation?

You need to use task listing tools to locate the correct task_id before deletion. This ensures you target the specific scheduled automation you want to permanently remove from your system.

Can I recover a scheduled task after canceling it?

No, canceling a scheduled task performs an irreversible deletion without soft-recovery. You must confirm the task_id is correct before proceeding, as the scheduling system entry is permanently destroyed.

When should I use cancel scheduled task instead of updating my automations?

Use this when you want to completely remove unwanted or obsolete automations and prevent unintended executions. If you only need to modify, pause, or change notification settings, use update_scheduled_task instead.