remove_python_task
Unload and remove a Python launchd task, optionally deleting associated script, plist, and log files. Provide the task name to fully clean up the scheduled job.
Instructions
Unload and remove a task created by create_or_update_python_task.
Args: task_name: The original task name. label_prefix: Reverse-domain prefix used for task label. delete_files: If true, remove script/plist/log files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_name | Yes | ||
| delete_files | No | ||
| label_prefix | No | link.igtm.launchd-mcp |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |