Forces an in-progress deployment to terminate immediately, bypassing the graceful stop sequence. Use this when the standard stop endpoint fails to abort the deployment in a timely manner.
https://{serverurl}/emsapi/osdeployer/deployments/{deploymentId}/forcestop
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
ID of the OS Deployer Deployment
curl --request PUT \
--url https://appdomains/emsapi/osdeployer/deployments/{deploymentId}/forcestop \
--header 'Accept: application/deploymentStoppedStatus.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'True if the deployment was successfully force-stopped.
Deployment was force-stopped
{
"isDeploymentStopped": 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.