> ## 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 profile remove

> Remove the specified profile.

```txt Usage theme={"system"}
algolia profile remove <profile> [flags]
```

## Examples

Remove the profile named "my-app" from the configuration:

```sh icon=square-terminal theme={"system"}
algolia profile remove my-app
```

## Flags

<ParamField body="-y, --confirm">
  Skip the remove profile confirmation prompt
</ParamField>
