winops_auto_task_delete
Delete a specified Windows Scheduled Task by name. Removes the task from the system, returning success status and the task name for confirmation.
Instructions
Delete a Windows Scheduled Task.
Return Format
{"success": bool, "task_name": str}Examples
task_delete(task_name="DailyBackup")Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_name | Yes | Task name to delete. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||