cancel-scheduled-task

Delete a scheduled task permanently using its unique task ID.

2.0k|267|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/openakita/openakita --skill cancel-scheduled-task
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: cancel-scheduled-task
Source: https://github.com/openakita/openakita/tree/main/skills/system/cancel-scheduled-task
Command: npx skills add https://github.com/openakita/openakita --skill cancel-scheduled-task

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes agents (resource) components.

What problem does it solve?

This Skill permanently removes scheduled tasks, preventing them from running in the future and freeing up system resources.

Core Features & Use Cases

  • Permanent Deletion: Ensures a scheduled task is completely removed from the system.
  • Task Management: Essential for cleaning up old or no-longer-needed automated processes.
  • Use Case: If a recurring daily report is no longer required, use this Skill to cancel it permanently.

Quick Start

Use the cancel-scheduled-task skill to permanently delete the task with ID 'task_12345'.

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 permanently delete a scheduled task, you must provide the unique task ID associated with the automated job. This ensures the targeted recurring or one-time process is completely removed from the system, preventing future runs and freeing up resources.

What happens when I cancel an automated recurring task?▼

Canceling an automated recurring task permanently removes the scheduled job from the system. This action prevents the task from executing in the future and effectively cleans up old or no-longer-needed automated processes to free up system resources.

How do I stop a daily report automation from running?▼

To stop a daily report automation, cancel the scheduled task using its unique task ID. This permanently deletes the recurring job, ensuring the automated report is no longer triggered and system resources are freed up.

What information do I need to cancel a scheduled task?▼

You need the unique task ID of the scheduled job to cancel it. Providing the correct task ID parameter is required to explicitly identify and permanently delete the specific automated task from the system.

Does canceling a scheduled task pause it or remove it completely?▼

Canceling a scheduled task removes it completely. This action permanently deletes the scheduled job from the system rather than pausing it, ensuring the automation is fully cleaned up and no longer consumes resources.