# fileAcknowledgeUpdateFailed - admin-graphql - MUTATION Version: 2024-10 ## 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/2024-10/scalars/ID): ID! - Specifies the file(s) to acknowledge the failed updates of. ## Returns * [files](/docs/api/admin-graphql/2024-10/interfaces/File): File The updated file(s). * [userErrors](/docs/api/admin-graphql/2024-10/objects/FilesUserError): FilesUserError! The list of errors that occurred from executing the mutation. ## Examples