Update Task 1

Update Task 1

Cancel a running task. Only tasks that are not started or still running can be cancelled.

Request
URI
PUT
https://10.71.204.121:9443/api/v1/task/{taskId}?action
COPY
Path Parameters
integer
taskId
Required

ID of the task

Query Parameters
string
action
Required

The update to be performed on the task - cancel


Responses
200

Task ID for the task to cancel.

Operation doesn't return any data structure

401

Unauthorized access

Operation doesn't return any data structure

404

Task doesn't exist

Operation doesn't return any data structure