---
title: "Move a file"
method: PATCH
path: "/apps/{app_id}/files"
tags: ["Apps"]
---

# Move a file

`PATCH /apps/{app_id}/files`

## Path parameters

- `app_id` string, uuid, required

## Request body

- MoveFileRequest
  - `path` string, required
  - `new_path` string, required

## Response `200`

File moved successfully

- Success
  - `message` string

## Other responses

- `400` — Bad request or validation error

---

[API](https://skmtc.dev/shardcloud/apis/cloud-website-api.md) · [All operations](https://skmtc.dev/shardcloud/apis/cloud-website-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/shardcloud/cloud-website-api/revisions/7fe2fc6c24d7/schema)
