DeleteServiceRollout

更新时间:
复制 MD 格式

Deletes a service rollout.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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.

  • Type: string

  • Required: Yes

  • Description: The ID of the region where the service is located.

  • Example: cn-shanghai

cn-shanghai

ServiceName

string

Yes

The name of the service.

  • Type: string

  • Required: Yes

  • Description: The name of the service from which to delete the rollout policy.

  • Example: my-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.

  • Type: string

  • Description: The unique identifier for the request. Use this ID to troubleshoot and track issues.

  • Example: 40325405-579C-4D82-9B4F-8A7C6D5E4F3A

40325405-579C-4D82****

Message

string

A message indicating the result of the request.

  • Type: string

  • Description: The message that describes the result of the request.

  • Example value: Rollout deleted successfully

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.