confluent connect resume

Description

Resume a connector.

confluent connect resume <id> [flags]

Flags

--cluster string       Kafka cluster ID.
--context string       CLI context name.
--environment string   Environment ID.

Global Flags

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

Examples

Resume a connector in the current or specified Kafka cluster context.

confluent connect resume
confluent connect resume --cluster lkc-123456

See Also