All Products
Search
Document Center

Resource Orchestration Service:StopStackGroupOperation

Last Updated:Feb 22, 2024

Stops an ongoing operation in a stack group.

Operation description

This topic provides an example on how to stop a stack group operation whose ID is 6da106ca-1784-4a6f-a7e1-e723863**** in the China (Hangzhou) region.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

POST /V2/StopStackGroupOperation

GET /V2/StopStackGroupOperation

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID of the stack. You can call the DescribeRegions operation to query the most recent region list.

cn-hangzhou
OperationIdstringYes

The ID of the operation.

You can call the ListStackGroupOperations operation to obtain the operation ID.

6da106ca-1784-4a6f-a7e1-e723863d****

For more information about common request parameters, see Common parameters.

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

14A07460-EBE7-47CA-9757-12CC4761D47A
Error codeError messageHTTP status codeDescription
InvalidParameterThe specified parameter {name} is invalid, {reason}.400The error message returned because the specified parameter is invalid. The name parameter indicates the parameter name, and the reason parameter indicates the reason for the error.
StackGroupOperationNotFoundThe StackGroupOperation ({OperationId}) could not be found.404The error message returned because the specified stack group operation does not exist. The OperationId parameter indicates the ID of the operation.

Examples

Sample success responses

JSONformat

{
  "RequestId": "14A07460-EBE7-47CA-9757-12CC4761D47A"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2023-08-16The internal configuration of the API is changed, but the call is not affectedsee changesets
Change itemChange content
The internal configuration of the API is changed, but the call is not affected.