> ## Documentation Index
> Fetch the complete documentation index at: https://algolia.com/llms.txt
> Use this file to discover all available pages before exploring further.

# algolia indices move

> Move an index.

```txt Usage theme={"system"}
algolia indices move <source-index> <destination-index> [flags]
```

## Examples

Move the "TEST\_MOVIES" index to "DEV\_MOVIES":

```sh icon=square-terminal theme={"system"}
algolia indices move TEST_MOVIES DEV_MOVIES
```

## Flags

<ParamField body="-y, --confirm">
  Skip the move index confirmation prompt
</ParamField>

<ParamField body="-w, --wait">
  Wait for the operation to complete
</ParamField>
