---
title: "renameShelfGroup"
canonical: "https://help.vicon.com/space/Shogun113/84224137/renameShelfGroup"
format: markdown
---
# Description

Uses renameShelfGroup to rename a shelf group from "nameFrom" to "nameTo".

## Functional area

Interface

# Command syntax

## Syntax

|  |
| --- |
| `renameShelfGroup "tabName" "nameFrom" "nameTo"` |

### Arguments

| **Name** | **Type** | **Required** | **Comments** |
| --- | --- | --- | --- |
| `tabName` | string | Yes | The string name of the tab |
| `nameFrom` | string | Yes | The old name of the shelf group to be renamed |
| `nameTo` | string | Yes | The new string name of the shelf group |

### Flags

None

## Return value

void

# Additional information

## Related commands

- [createShelfGroup](https://vicon-help.atlassian.net/wiki/spaces/Shogun113/pages/84218053)
- [deleteShelfGroup](https://vicon-help.atlassian.net/wiki/spaces/Shogun113/pages/84217989)