---
title: "stop(with:completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterlevelcontrol/stop(with:completion:)"
---

# stop(with:completion:)

## Declaration

```swift
func stop(with params: MTRLevelControlClusterStopParams, completion: @escaping @Sendable ((any Error)?) -> Void)
```

```swift
func stop(with params: MTRLevelControlClusterStopParams) async throws
```
