v1

latestOpenAPI 3.1.02026-07-13175151.8 KB
Tasks

Cancel Task

Cancel a task that hasn't started processing yet:

  • For new tasks: Status will be updated to Cancelled
  • For updating tasks: Task will revert to the previous state

Requirements:

  • Task must have status Starting
get/tasks/{task_id}/cancel

Path parameters

task_idstring nullable required

Id of the task to cancel

Response

Task cancelled successfully