> ## Documentation Index
> Fetch the complete documentation index at: https://wundergraphinc-brendan-add-sof-link.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Rename

> Rename an existing namespace within the organization

## Usage

```bash theme={null}
npx wgc namespace rename [name] --to [new name]
```

## Description

The `npx wgc namespace rename` command allows you to rename an existing namespace within the organization.

## **Parameters**

* `[name]`: The name of the namespace you want to rename.

## Options

* `-t, --to`: A required flag with the new name for the namespace

## **Example**

Rename a namespace from "prod" to "production"

```bash theme={null}
npx wgc namespace rename prod --to production
```
