Updates the remote control performance configuration including compression type, color quality, and remote office settings. Accepts a JSON body with the performance settings model. Applies only to non-Summary server deployments.
put /dcapi/tools/remoteControl/performanceSettings
https://{serverurl}/dcapi/tools/remoteControl/performanceSettings
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request PUT \
--url https://appdomains/dcapi/tools/remoteControl/performanceSettings \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/performanceSettingsInfo.v1+json' \
--data '{}' {
"remoteOffId": 0,
"remoteOffName": "",
"compressionType": 2,
"qualityType": 1
}
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.