Resumes a previously suspended Automated Patch Deployment (APD) task.
post /dcapi/patch/autopatchdeployment/resume
https://{serverurl}/dcapi/patch/autopatchdeployment/resume
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Name of the APD task to operate on
curl --request POST \
--url https://appdomains/dcapi/patch/autopatchdeployment/resume \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'content-type: application/json' \
--data '{"taskName":"My APD Task"}'Resume by task name
{
"taskName": "My APD Task"
}
Action result message (e.g., task has been suspended successfully)
Task resumed
{
"status": "task has been resumed successfully"
}
![]()
Duration: 1 minute | Threshold: 30 | 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.