> For the complete documentation index, see [llms.txt](https://docs.gymart.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gymart.org/music/replace-or-delete-music.md).

# Replace or delete music

> Remove a music file from your club library.

## Prerequisites

* [Upload music](/music/upload-music.md) to your club.

## Updating a music file

File replacement is not available in the app. To update a track, delete it and upload the new version.

## Delete a music file

1. From your Club Dashboard, click **Music** in the sidebar.
2. Find the music file you want to delete.
3. Click **Delete**.
4. Confirm the deletion.

The file is **removed from all gymnasts** it was assigned to. This is permanent. If a gymnast was relying on this music for a meet registration, they will need a new file assigned.

After deleting, check any pending meet registrations to make sure gymnasts still meet music requirements.

## Related

* [Upload music](/music/upload-music.md)
* [Assign music to a gymnast](/music/assign-music-to-gymnast.md)
* [How do I manage floor music?](/music/index.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.gymart.org/music/replace-or-delete-music.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
