.. _cli-confluent-stop: ============== confluent stop ============== Description ----------- Stop services. Usage ----- .. sourcecode:: bash confluent stop [] .. tip:: For usage information, enter ``confluent help stop``. Options ------- None. Positional arguments -------------------- =============== ============ ======================================================== Name, shorthand Default Description =============== ============ ======================================================== ```` All services The service name. If specified, it stops the service and all dependencies. =============== ============ ======================================================== Examples -------- - Stop all components: .. sourcecode:: bash confluent stop Your output should resemble: .. sourcecode:: bash Stopping connect connect is [DOWN] Stopping kafka-rest kafka-rest is [DOWN] Stopping schema-registry schema-registry is [DOWN] Stopping kafka kafka is [DOWN] Stopping zookeeper zookeeper is [DOWN] - Stop Kafka and its dependencies: .. sourcecode:: bash confluent stop kafka Your output should resemble: .. sourcecode:: bash Stopping connect connect is [DOWN] Stopping kafka-rest kafka-rest is [DOWN] Stopping schema-registry schema-registry is [DOWN] Stopping kafka kafka is [DOWN]