Disables one or more accelerated domain names at a time. After an accelerated domain name is disabled, the value of the DomainStatus parameter is changed to Offline.
Notice
- After an accelerated domain name is disabled, Alibaba Cloud Content Delivery Network (CDN) retains the information about the accelerated domain name and automatically redirects requests to the origin server.
- If you need to temporary disable CDN acceleration for a domain name, we recommend that you call the StopDomain operation.
- The maximum number of domain names configured at a time is 50.
- The maximum number of times that each user can call this operation per second is 30.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | BatchStopCdnDomain |
The operation that you want to perform. Set the value to BatchStopCdnDomain. |
DomainNames | String | Yes | example.com |
You can specify one or more domain names and separate them with commas (,). |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 324AEFFF-308C-4DA7-8CD3-01B277B98F28 |
The ID of the request. |
Examples
Sample requests
http://cdn.aliyuncs.com?Action=BatchStopCdnDomain
&DomainNames=example.com
&<Common request parameters>
Sample success responses
XML
format
<BatchStopCdnDomainResponse>
<RequestId>324AEFFF-308C-4DA7-8CD3-01B277B98F28</RequestId>
</BatchStopCdnDomainResponse>
JSON
format
{
"RequestId": "324AEFFF-308C-4DA7-8CD3-01B277B98F28"
}
Error codes
For a list of error codes, visit the API Error Center.