Accelerate the Value of Data

Pause Task

Pause a task.

Initiate the pausing of the task with the given ID (if pausing is supported by the task type).

Note: Available to Admins.
Note: The task does not pause immediately. It pauses after the processing of current part of objects is completed. The state of this task is stored to Cassandra, which can take some time.

Request

PUT {ApplicationURL}/tasks/{taskId}/_pause

Response

Status of the operation returned as success or as anerror.

{
 "status": "success"
}