Suspends the specified scheduled Wake on LAN task, preventing it from being executed on its next scheduled time. The task remains in the system and can be resumed.
put /dcapi/tools/wol/tasks/{taskId}/suspend
https://{serverurl}/dcapi/tools/wol/tasks/{taskId}/suspend
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
The unique identifier of the task
curl --request PUT \
--url https://appdomains/dcapi/tools/wol/tasks/{taskId}/suspend \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/suspendInfo.v1+json'Result of the operation: success or failure
{
"status": "success"
}
![]()
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.