---
title: "stopAction(with:completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusteractions/stopaction(with:completionhandler:)"
---

# stopAction(with:completionHandler:)

## Declaration

```swift
func stopAction(with params: MTRActionsClusterStopActionParams, completionHandler: @escaping @Sendable ((any Error)?) -> Void)
```

```swift
func stopAction(with params: MTRActionsClusterStopActionParams) async throws
```
