Unify and manage your data

Pause Task for Tenant

Learn how to pause a task on a specific tenant based on the Tenant ID.

Pause a task with a given ID for the specified tenant (if pausing is supported by the task type).

Note: Available to Tenant 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 the database, which can take some time.

Request

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

Response

Status of the operation returned as success or as anerror.

{
 "status": "success"
}