Accelerate the Value of Data

Resume Paused Task for Tenant

Resume a paused task on a specific tenant.

Resumes a paused task for the specified tenant. The task returns to the SCHEDULED tasks queue, and any free API node able to execute tasks starts executing the resumed task.

Note: Available to Admin and the Tenant's Admin.

Request

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

Response

Status of the operation returned as success or as anerror.

{
 "status": "success"
}