cloudron_cancel_task
Cancel a running asynchronous operation on Cloudron to stop tasks and clean up resources, using the task's unique identifier to halt processes before completion.
Instructions
Cancel a running async operation (kill switch). Returns updated task status with state "cancelled". Already completed tasks cannot be cancelled. Cancelled tasks cleanup resources (e.g., partial backups deleted).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | The unique identifier of the task to cancel |