> For the complete documentation index, see [llms.txt](https://developers.couchdrop.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.couchdrop.io/administration/automations/actions/rename.md).

# Rename

**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](/administration/automations/actions/paths.md)
