---
title: "pauseRequest(with:completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterdeviceenergymanagement/pauserequest(with:completion:)"
---

# pauseRequest(with:completion:)

Command PauseRequest

## Declaration

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

```swift
func pauseRequest(with params: MTRDeviceEnergyManagementClusterPauseRequestParams) async throws
```

## Discussion

Discussion Allows a client to temporarily pause an operation and reduce the ESAs energy demand.
