Disable Task¶
The events disable command disables a task on the scheduler, preventing it from being triggered.
Parameters¶
| Parameter | Description |
|---|---|
TASK_ID |
Task ID (required, positional). |
--task-name |
Task name (default: ""). |
🖥️ Basic Usage¶
Usage: easytask events disable [OPTIONS] TASK_ID
Disable a task on the scheduler.
╭─ Arguments ─────────────────────────────────────────────────────────────────╮
│ * task_id INTEGER Task ID [required] │
╰─────────────────────────────────────────────────────────────────────────────╯
╭─ Options ───────────────────────────────────────────────────────────────────╮
│ --task-name TEXT Task name (default: ) │
│ --help -h Show this message and exit. │
╰─────────────────────────────────────────────────────────────────────────────╯