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

# fly mpg users

Manage users in a managed postgres cluster

## Usage

```
fly mpg users [command] [flags]
```

## Available Commands

* [create](/flyctl/cmd/fly_mpg_users_create)	 - Create a user in an MPG cluster.
* [delete](/flyctl/cmd/fly_mpg_users_delete)	 - Delete a user from an MPG cluster.
* [list](/flyctl/cmd/fly_mpg_users_list)	 - List users in an MPG cluster.
* [set-role](/flyctl/cmd/fly_mpg_users_set-role)	 - Update a user's role in an MPG cluster.

## Options

```
  -h, --help   help for users
```

## Global Options

```
  -t, --access-token string   Fly API Access Token
      --debug                 Print additional logs and traces
      --verbose               Verbose output
```

## See Also

* [fly mpg](/flyctl/cmd/fly_mpg)	 - Manage Managed Postgres clusters.
