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

# skip(with:completion:)

Command SkipArea

## Declaration

```swift
func skip(with params: MTRServiceAreaClusterSkipAreaParams, completion: @escaping @Sendable (MTRServiceAreaClusterSkipAreaResponseParams?, (any Error)?) -> Void)
```

```swift
func skip(with params: MTRServiceAreaClusterSkipAreaParams) async throws -> MTRServiceAreaClusterSkipAreaResponseParams
```

## Discussion

Discussion This command is used to skip the given area, and to attempt operating at other areas on the SupportedAreas attribute list.
