> ## 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 sources disable deployment

## odigos sources disable deployment

disable a Deployment for Odigos instrumentation

### Synopsis

This command disables the provided Deployment for Odigos instrumentatin. It will create a Source object if one does not already exists, or update the existing one if it does.

```
odigos sources disable deployment [name] [flags]
```

### Options

```
      --dry-run            dry run
  -h, --help               help for deployment
  -n, --namespace string   Kubernetes Namespace for Source (default "default")
```

### 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 sources disable](/cli/odigos_sources_disable)	 - Disable a source for Odigos instrumentation.
