<@U06HBGN1SA0> How do you delete a single cached t...
# ask-ai
a
@faint-rocket-14513 How do you delete a single cached task execution?
f
To delete a single cached task execution in Flyte, you can use the
UpdateTaskExecution
endpoint with the
evict_cache
flag set to true. This approach is preferred to maintain the convention of performing CRUD operations on the entity specified in the message name. The task execution would be identified using a
TaskExecutionIdentifier
.