---
title: "[Author Content] - Rename an Asset Folder"
description: Rename an asset folder in Contentstack via the UI or using the Content Management API.
url: https://www.contentstack.com/docs/content-managers/author-content/rename-a-folder
product: Contentstack
doc_type: how-to
audience:
  - content-managers
  - developers
version: current
last_updated: 2026-03-26
---

# [Author Content] - Rename an Asset Folder

This page explains how to rename an asset folder in Contentstack to keep your content library organized, and points to the API reference for renaming an asset folder programmatically. Content managers should use this when reorganizing assets in a stack, and developers can use the linked API request for automation.

## Rename an Asset Folder

Renaming asset folders in Contentstack is a simple yet powerful way to keep your content library organized and efficient.

To rename an asset folder, log in to your [Contentstack account](https://www.contentstack.com/login), and perform the following steps:
- Go to your [stack](/docs/developers/set-up-stack/about-stack) and click the “Assets” icon in the left navigation panel.
- Locate the folder you want to rename, click the **vertical ellipses** under **Actions**, and select **Rename**.
- Type in the new name for the folder in the pop-up modal and click **Save**.

## API Reference

To rename an asset folder using the API, refer to the [Update or move folder](/docs/developers/apis/content-management-api#update-or-move-folder) API request.

## Common questions

### Can I rename an asset folder without moving it?
Yes. Use the **Rename** option under **Actions** for the folder.

### Where do I rename an asset folder in the UI?
In your stack, click the “Assets” icon in the left navigation panel, then use the folder’s **Actions** menu.

### Is there an API to rename an asset folder?
Yes. Refer to the [Update or move folder](/docs/developers/apis/content-management-api#update-or-move-folder) API request.

### Do I need to be logged in to rename an asset folder?
Yes. Log in to your [Contentstack account](https://www.contentstack.com/login) before performing the steps.