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

# Access Control

### List Delegates

```bash theme={null}
glam-cli delegate list
```

### Set Delegate Permissions

Only the owner can set delegate permissions.

* `pubkey`: Public key of the delegate
* `permissions...`: A space-separated list of permissions. See help (`glam-cli delegate set -h`) for a list of available permissions. Descriptions of each permission can be found at [<u>Delegated Accounts</u>](/platform/access-control/delegated-accounts#permissions).

```bash theme={null}
glam-cli delegate set <pubkey> <permissions...>
```

### Remove Delegate Permissions

Only the owner can remove delegate permissions.

* `pubkey`: Public key of the delegate to remove

```bash theme={null}
glam-cli delegate delete <pubkey>
```
