---
title: invalidateSuggestedWorkouts()
framework: appintents
role: symbol
role_heading: Type Method
path: appintents/startworkoutintent/invalidatesuggestedworkouts()
---

# invalidateSuggestedWorkouts()

Tells the system when the list of suggested workouts changes.

## Declaration

```swift
static func invalidateSuggestedWorkouts()
```

## Mentioned in

Responding to the Action button on Apple Watch Ultra

## Discussion

Discussion Call this method when you change the value of the suggestedWorkouts property.

## See Also

### Defining supported workouts

- [WorkoutStyle](appintents/startworkoutintent/workoutstyle-swift.associatedtype.md)
- [workoutStyle](appintents/startworkoutintent/workoutstyle-swift.property.md)
- [suggestedWorkouts](appintents/startworkoutintent/suggestedworkouts.md)
