> For the complete documentation index, see [llms.txt](https://docs.ellipsis-drive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ellipsis-drive.com/developers/api-v3/path/move-path.md).

# Move path

| **Description** | Moves paths to a different folder |
| --------------- | --------------------------------- |
| **Endpoint**    | `/path/parentId`                  |
| **Method**      | PUT                               |

### Access Level Rules

| **Minimum Access Level** | edit+ |
| ------------------------ | ----- |

### Processing Units

| **Processing units** | 0 |
| -------------------- | - |

### Parameters

<table><thead><tr><th>Name</th><th width="312">Description</th><th>Required</th><th>Default</th></tr></thead><tbody><tr><td><code>pathIds</code></td><td>Array of uuids of the paths to move to a different folder.</td><td>true</td><td></td></tr><tr><td><code>parentId</code></td><td>The id of the path to move the items into. The paths are moved to your 'myDrive' root if this parameter is left undefined.</td><td>false</td><td>Default null.</td></tr></tbody></table>
