Unify and manage your data

Stop Task for Tenant

Learn how to stop a task running on a specific tenant based on the ID.

Stop a task associated with a given ID for the specified tenant (if stopping is supported by the task type).
Note: Available to 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 the database, 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"
}