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

# odigos profile

## odigos profile

Manage presets of applied profiles to your odigos installation

### Synopsis

This command can be used to interact with the applied profiles in your odigos installation.

```
odigos profile [flags]
```

### Examples

```

# Enable payload collection for all supported workloads and instrumentation libraries in the cluster
odigos profile add full-payload-collection

# Remove the full-payload-collection profile from the cluster
odigos profile remove full-payload-collection

```

### Options

```
  -a, --available   list all available profiles to use
  -h, --help        help for profile
```

### Options inherited from parent commands

```
      --kube-context string   (optional) name of the kubeconfig context to use
      --kubeconfig string     (optional) absolute path to the kubeconfig file (default "KUBECONFIG")
  -v, --verbose               enable verbose output
```

### SEE ALSO

* [odigos](/cli/odigos)	 - Automate OpenTelemetry Observability in Kubernetes
