Accelerate the Value of Data

Stop Task for Tenant

Stop a task running on a specific tenant based on the ID.

Initiate the stopping of the task associated with the given ID for the specified tenant (if stopping is supported by the task type).
Note: Available to Admins and the Tenant Admins.
Note: The task does not stop immediately. It stops 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}/{Tenant}/tasks/{taskId}/_stop

Response

Status of the operation returned as success or as anerror.

{
 "status": "success"
}