---
title: "Move file"
method: GET
path: "/api/file/move/{fileName}"
tags: ["file"]
---

# Move file

`GET /api/file/move/{fileName}`

Moves the specified file from the `uploads` directory to the correct media subfolder based on its extension, returning a status of `OK` or an error message if not successful.

## Response `200`

File moved to media directory

- object

---

[API](https://skmtc.net/falconchristmas/apis/fpp-api.md) · [All operations](https://skmtc.net/falconchristmas/apis/fpp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/falconchristmas/fpp-api/versions/167593eed748/schema)
