Resumes a paused deployment task; the remaining seconds passed via timeLeft determine when the broadcast ends.
put /emsapi/osdeployer/tasks/{taskId}/resume
https://{serverurl}/emsapi/osdeployer/tasks/{taskId}/resume
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
ID of the OS Deployment task
Remaining pause duration in milliseconds to restore on resume (e.g., 600000 = 10 minutes). Mandatory; must match the value supplied when the task was paused.
curl --request PUT \
--url 'https://appdomains/emsapi/osdeployer/tasks/{taskId}/resume?timeLeft=SOME_INTEGER_VALUE' \
--header 'Accept: application/deploymentTaskResumedStatus.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'True if the task was successfully resumed.
Task successfully resumed
{
"isTaskResumed": true
}
![]()
Duration: 1 minute | Threshold: 50 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.