Disables auto-update for the specified software IDs. New template packages will no longer be automatically created when updates become available.
post /dcapi/swDeployment/disableSWAutoUpdate
https://{serverurl}/dcapi/swDeployment/disableSWAutoUpdate
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Array of software ID longs to disable auto-update for. Obtain software IDs from the softwareId field in the response of the List Auto Update Enabled Software API.
curl --request POST \
--url https://appdomains/dcapi/swDeployment/disableSWAutoUpdate \
--header 'Accept: application/disableSWAutoUpdate.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/disableSWAutoUpdate.v1+json' \
--data '{}'Disable auto-update for a single software
{
"softwareIds": [
2001
]
}
Disable for multiple software
{
"softwareIds": [
2001,
2002,
2003
]
}
0 on success, -1 on failure
Unauthorized error code: credentials missing, expired, or invalid
Authentication failure reason
INTERNAL_ERROR for general failures, SW_INTERNAL_ERROR for software deployment internal errors
Internal server error with details about the template/auto-update operation failure
Disabled successfully
{
"status": 0
}
User lacks required role
{
"errorMessage": "Unauthorized access",
"errorCode": "UAC_UNAUTHORIZED"
}
Server error
{
"errorMessage": "Internal Server Error",
"errorCode": "INTERNAL_ERROR"
}
![]()
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.