Disable Stage Transition

GET {{baseUrl}}/?Action=DisableStageTransition&DryRun=<string>&Filter.N=<string>&MaxResults=<string>&NextToken=<string>&VolumeId.N=<string>&pipelineName=<string>&reason=<string>&stageName=<string>&transitionType=<string>

Prevents artifacts in a pipeline from transitioning to the next stage in the pipeline.

Request Params

KeyDatatypeRequiredDescription
Actionstring
DryRunstringChecks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
Filter.NstringOne or more filters.
MaxResultsstringThe maximum number of snapshot results returned by DescribeSnapshots in paginated output. When this parameter is used, DescribeSnapshots only returns MaxResults results in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another DescribeSnapshots request with the returned NextToken value. This value can be between 5 and 1000; if MaxResults is given a value larger than 1000, only 1000 resul
NextTokenstringThe NextToken value returned from a previous paginated DescribeSnapshots request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.
VolumeId.NstringOne or more volume IDs.
pipelineNamestringThe name of the pipeline in which you want to disable the flow of artifacts from one stage to another.
reasonstringThe reason given to the user why a stage is disabled, such as waiting for manual approval or manual tests. This message is displayed in the pipeline console UI.
stageNamestringThe name of the stage where you want to disable the inbound or outbound transition of artifacts.
transitionTypestringSpecifies whether artifacts will be prevented from transitioning into the stage and being processed by the actions in that stage (inbound), or prevented from transitioning from the stage after they have been processed by the actions in that stage (outbound).