Share via


Stop-ServiceFabricChaos

Stops Chaos in the cluster.

Syntax

Default (Default)

Stop-ServiceFabricChaos
    [-TimeoutSec <Int32>]
    [<CommonParameters>]

Description

The Stop-ServiceFabricChaos cmdlet stops a Chaos run in the cluster. No new faults are induced from this point onward however any in flight faults will continue until they complete. For more information about Chaos, see the Start-ServiceFabricChaos cmdlet.

Examples

Example 1: Stop Chaos in the cluster

PS C:\> Stop-ServiceFabricChaos

This command stops chaos in the cluster.

Parameters

-TimeoutSec

Specifies the time-out period, in seconds, for the operation.

Parameter properties

Type:Int32
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

None

Outputs

System.Object