Files
Move File
Move or rename a file or directory on the instance.
POST
Moves (or renames) a file or directory from one path to another on the instance. Works likeDocumentation Index
Fetch the complete documentation index at: https://docs.chowder.dev/llms.txt
Use this file to discover all available pages before exploring further.
mv — you can use it to rename files in place or move them to a different directory.
Authentication
Requires an org-level API key or a scoped token with the appropriate permission.Path Parameters
The ID of the instance.
Body Parameters
The current path of the file or directory, relative to the instance root.
The new path for the file or directory, relative to the instance root.
Response
Returns204 No Content on success.