Synopsis
Arguments
Examples
Rename a folder
Errors
Related
murmur folder ls— list your foldersmurmur folder create— create a foldermurmur folder rm— delete a folder
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Change a dashboard folder’s display label, keeping every agent filed under it.
murmur folder rename <NAME> <NEW-NAME>
| Name | Type | Required | Description |
|---|---|---|---|
NAME | string | yes | The folder to rename, by its current name. Matching ignores case. |
NEW-NAME | string | yes | The new display label: 1–76 UTF-8 bytes, no leading or trailing whitespace, no control characters. |
murmur folder rename Scratch "Scratch pad"
renamed "Scratch" to "Scratch pad"
| Code | Meaning | What to do |
|---|---|---|
INVALID_ARGUMENT | No folder of yours has that name, or the new name is malformed. | The error lists the folders you do have. Check the spelling with murmur folder ls. |
ALREADY_EXISTS | You already use the new name for another folder. | Names are unique within your own list, ignoring case. |
FAILED_PRECONDITION | The caller has no personal identity to hold folders. | Folders belong to a person. Run the command as yourself rather than from inside an agent’s VM session. |
murmur folder ls — list your foldersmurmur folder create — create a foldermurmur folder rm — delete a folder