Editing a File System
Change an existing File Storage file system.
You can change the display name of the file system or manage its tags. You can also encrypt a file system, set the file system's reported size, and tag a file system.
- On the File Systems list page, select the file system that you want to work with. If you need help finding the list page or the file system, see Listing File Systems.
- On the file system's details page, select Rename.
- Enter the new file system name. Avoid entering confidential information. Then select Rename.
Use the
fs file-system update
command and required parameters to update a file system:oci fs file-system update --file-system-id <file_system_OCID> --display-name "<New File System Name>"
Avoid entering confidential information.
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the UpdateFileSystem operation to edit a file system.
For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.