---
title: "Move file(s)."
method: POST
path: "/2/vod/channels/{channel}/browse/move"
tags: ["V3 > Filesystem"]
---

# Move file(s).

`POST /2/vod/channels/{channel}/browse/move`

Moves the specified file to a new location within the channel based on the provided parameters.

## Path parameters

- `channel` string, required

## Request body

- object
  - `destination` string, required — Identifier of an existing Folder
  - `files` string, nullable — A list of items, (either comma separated or as an array) (no duplicates) with the following rules: <note><bold>1</bold>: Identifier of an existing Bvf</note>

## Response `200`

OK

- Response
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request

## Changes

- **2026-09-22** `f11860e74a00` — 1 info
  - for the `path` request parameter `channel`, the type was generalized from `integer` to `string`

[Change history](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/changes/2/vod/channels/:channel/browse/move/post.md)

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/revisions/f11860e74a00?raw)
