<!-- WARNING: This documentation is auto-generated from the confluentinc/cli repository and should not be manually edited. -->

<a id="confluent-ccpm-plugin-update"></a>

# confluent ccpm plugin update

## Description

Update a custom Connect plugin.

```none
confluent ccpm plugin update <id> [flags]
```

## Flags

```none
--environment string   Environment ID.
--name string          Display name of the custom Connect plugin.
--description string   Description of the custom Connect plugin.
```

## Global Flags

```none
-h, --help            Show help for this command.
    --unsafe-trace    Equivalent to -vvvv, but also log HTTP requests and responses which might contain plaintext secrets.
-v, --verbose count   Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).
```

## Examples

Update the name and description of a custom Connect plugin.

```none
confluent ccpm plugin update plugin-123456 --name "Updated Plugin Name" --description "Updated description" --environment env-12345
```

Update only the name of a custom Connect plugin.

```none
confluent ccpm plugin update plugin-123456 --name "New Plugin Name" --environment env-12345
```

## See Also

* [confluent ccpm plugin](index.md#confluent-ccpm-plugin) - Manage custom Connect plugins.
