<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INEndWorkoutIntentHandling",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(pl)INEndWorkoutIntentHandling"
  },
  "title" : "INEndWorkoutIntentHandling"
}
-->

# INEndWorkoutIntentHandling

An interface that handles requests to complete a workout.

```
protocol INEndWorkoutIntentHandling : NSObjectProtocol
```

## Overview

Use the methods of the [`INEndWorkoutIntentHandling`](/documentation/Intents/INEndWorkoutIntentHandling) protocol to resolve, confirm, and handle requests to end a workout using your app. Adopt this protocol in an object of your Intents extension capable of validating the workout name.

You don’t actually end the workout from your Intents extension. When your [`handle(intent:completion:)`](/documentation/Intents/INEndWorkoutIntentHandling/handle(intent:completion:)) returns, SiriKit launches your app and passes it an <doc://com.apple.documentation/documentation/Foundation/NSUserActivity> object that contains the end workout intent object and your response. Your app uses the information in those objects to end the workout.

## Topics

### Resolving the Intent Parameters

[`resolveWorkoutName(for:with:)`](/documentation/Intents/INEndWorkoutIntentHandling/resolveWorkoutName(for:with:))

Resolves the workout name that the user wants to end.

### Confirming the Response

[`confirm(intent:completion:)`](/documentation/Intents/INEndWorkoutIntentHandling/confirm(intent:completion:))

Confirms your app can end the workout.

### Handling the Intent

[`handle(intent:completion:)`](/documentation/Intents/INEndWorkoutIntentHandling/handle(intent:completion:))

Handles ending the workout.



---

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)