> For the complete documentation index, see [llms.txt](https://docs.vngcloud.vn/vng-cloud-document/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vngcloud.vn/vng-cloud-document/vstorage/object-storage/vstorage-hcm03/features-of-vstorage/working-with-directories-and-objects/rename-an-object.md).

# Rename an object

You can also rename an object that you have uploaded to a container. To rename an object, follow the instructions below:

Use vStorage Portal

1\. Log in to [https://vstorage.console.vngcloud.vn](https://vstorage.console.vngcloud.vn/).

2\. Choose the **project**, **container**, and then select the **object** you want to rename.

3\. Click ![](https://docs.vngcloud.vn/download/thumbnails/67994238/image2023-3-6_10-56-24.png?version=1\&modificationDate=1701071086000\&api=v2)or select the icon ![](https://docs.vngcloud.vn/download/thumbnails/67994238/image2023-2-6_10-20-54.png?version=1\&modificationDate=1701071087000\&api=v2) at the **object** you want to rename and choose ![](https://docs.vngcloud.vn/download/thumbnails/67994238/image2023-11-27_14-46-51.png?version=1\&modificationDate=1701071214000\&api=v2).

4\. Enter the new name for the object. The object name should adhere to the description of the [Objects naming rule](https://docs.vngcloud.vn/display/VSEN/Objects+naming+rule).

When renaming an object, you should avoid changing the file type part (for example, abc.pdf, where .pdf is the file type) in the object name. Changing this extension part of the object's name may alter the content type of the object, leading to errors when downloading the object to your personal device.

***

Use vStorage API

In addition to the traditional management interface, we also provide an API that allows you to integrate with your user-facing applications and tools with vStorage for data storage.

To rename an object via vStorage API, please refer to the [API developers](https://docs.vngcloud.vn/display/VSEN/API+developers).

***

Use 3rd party softwares

vStorage is also compatible with user-side tools using the S3 protocol. You can easily use familiar tools such as Rclone, s3cmd, Cyberduck, etc.

To rename an object via 3rd party software, please refer to the [3rd Party Softwares](https://docs.vngcloud.vn/display/VSEN/3rd+Party+Softwares).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.vngcloud.vn/vng-cloud-document/vstorage/object-storage/vstorage-hcm03/features-of-vstorage/working-with-directories-and-objects/rename-an-object.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
