For the complete documentation index, see llms.txt. This page is also available as Markdown.

Rename

The rename action renames a file.

Required Fields

Key
Description

type

The action type. Must be set as "rename"

rename_to

example.txt

Example

{
    "type":"rename",
    "rename_to":"example.txt"
}

The "rename_to" field can include custom path as detailed in Paths

Last updated