<!--
{
  "availability" : [
    "iOS: 18.4.0 -",
    "iPadOS: 18.4.0 -",
    "macCatalyst: 18.4.0 -",
    "macOS: 15.4.0 -",
    "tvOS: 18.4.0 -",
    "visionOS: 2.4.0 -",
    "watchOS: 11.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Matter",
  "identifier" : "/documentation/Matter/MTRBaseClusterDeviceEnergyManagement/pauseRequest(with:completion:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Matter"
    ],
    "preciseIdentifier" : "c:objc(cs)MTRBaseClusterDeviceEnergyManagement(im)pauseRequestWithParams:completion:"
  },
  "title" : "pauseRequest(with:completion:)"
}
-->

# pauseRequest(with:completion:)

Command PauseRequest

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

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

## Discussion

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

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)