Skip to main content

Delete task

DELETE 

/api/tasks/:task_id

Delete finished task.

Tasks in the Virtual Appliance expire and get deleted automatically after a configurable timeout, along with any related output files (e.g., Denoiser tasks). You don't generally need to delete tasks manually, unless you hit the limit of the output storage and need to free up the storage to enable processing other tasks that produce output files. Input files are deleted automatically after processing and need no special treatment.

Features

  • Only tasks in the following states can be deleted: done, rejected, failed.

Request

Responses

Response of successful task deletion. Doesn't contain any body.