Deletes a service rollout.
Try it now
Test
RAM authorization
Request syntax
DELETE /api/v2/services/{ClusterId}/{ServiceName}/rollout HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ClusterId |
string |
Yes |
The ID of the region where the service is deployed.
|
cn-shanghai |
| ServiceName |
string |
Yes |
The name of the service.
|
my-service |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| RequestId |
string |
The unique ID of the request. Use this ID for troubleshooting.
|
40325405-579C-4D82**** |
| Message |
string |
A message indicating the result of the request.
|
Rollout deleted successfully |
Examples
Success response
JSON format
{
"RequestId": "40325405-579C-4D82****",
"Message": "Rollout deleted successfully"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.