All Products
Search
Document Center

Intelligent Media Services:UpdateMediaConnectFlowStatus

Last Updated:Jan 14, 2026

Modifies the state of a MediaConnect flow.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
FlowIdstringYes

The flow ID.

34900dc6-90ec-4968-af3c-fcd87f231a5f
StatusstringYes

The flow state. Valid values:

  • online: starts the flow.
  • offline: stops the flow.
online

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The ID of the request.

20B3A1B6-4BD2-5DE6-BCBC-098C9B4F4E91
Contentstring

The response body.

""
Descriptionstring

The call description.

ok
RetCodestring

The returned error code. A value of 0 indicates that the call is successful.

0

Examples

Sample success responses

JSONformat

{
  "RequestId": "20B3A1B6-4BD2-5DE6-BCBC-098C9B4F4E91",
  "Content": "",
  "Description": "ok",
  "RetCode": 0
}

Error codes

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