Disable-AdminFlow

Stops a flow.

Syntax

Disable-AdminFlow
       -EnvironmentName <String>
       -FlowName <String>
       [-ApiVersion <String>]
       [<CommonParameters>]

Description

The Disable-AdminFlow cmdlet stops the specified flow.

Examples

Example 1

Disable-AdminFlow -EnvironmentName Default-[Guid] -FlowName [Guid]

Stops the specified flow in the specified environment.

Parameters

-ApiVersion

Version of Power Apps API to use.

Type:String
Position:Named
Default value:2016-11-01
Accept pipeline input:False
Accept wildcard characters:False

-EnvironmentName

ID of the environment of the flow to stop.

Type:String
Position:Named
Default value:None
Accept pipeline input:True
Accept wildcard characters:False

-FlowName

ID of the flow within the environment that you specify.

Type:String
Position:Named
Default value:None
Accept pipeline input:True
Accept wildcard characters:False