# fileAcknowledgeUpdateFailed - admin-graphql - MUTATION
Version: 2025-01

## Description
Acknowledges file update failure by resetting FAILED status to READY and clearing any media errors.

### Access Scopes
`write_files` access scope.


## Arguments
* [fileIds](/docs/api/admin-graphql/2025-01/scalars/ID): ID! - Specifies the file(s) to acknowledge the failed updates of.


## Returns
* [files](/docs/api/admin-graphql/2025-01/interfaces/File): File The updated file(s).
* [userErrors](/docs/api/admin-graphql/2025-01/objects/FilesUserError): FilesUserError! The list of errors that occurred from executing the mutation.


## Examples