ccloud connector pause¶
Attention
The Confluent Cloud CLI is deprecated and will stop working on May 9, 2022. All ccloud features have been moved to the Confluent CLI. To update to the new CLI, run ccloud update –major. See the Migrate to Confluent CLI v2 for more details.
Flags¶
--environment string Environment ID.
--cluster string Kafka cluster ID.
--context string CLI context name.
Global Flags¶
-h, --help Show help for this command.
-v, --verbose count Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).
Examples¶
Pause a connector in the current or specified Kafka cluster context.
ccloud connector pause --config <file>
ccloud connector pause --cluster <cluster-id> --config <file>
See Also¶
- ccloud connector - Manage Kafka Connect.