.. _confluent_local_stop: ==================== confluent local stop ==================== Description ----------- Stop all services or a specific service its dependent services. .. include:: ../../../includes/cli.rst :start-after: cli_limitations_start :end-before: cli_limitations_end :: confluent local stop [] --path Flags ----- .. include:: ../../../includes/path-set-cli.rst =================================== ========================================================== Name, shorthand Description =================================== ========================================================== ``--path `` Path to |cp| install directory. ``-h, --help`` Print command information. =================================== ========================================================== Positional arguments -------------------- =============== ============ ======================================================== Name, shorthand Default Description =============== ============ ======================================================== ```` All services The service name. If specified, it stops the service and all dependencies. =============== ============ ======================================================== Examples -------- - Stop all components: .. codewithvars:: bash confluent local stop Your output should resemble: .. include:: ../../../includes/cli.rst :start-after: ce_cli_stop_output_start :end-before: ce_cli_stop_output_stop - Stop |ak-tm| and its dependencies: .. codewithvars:: bash confluent local stop kafka Your output should resemble: .. codewithvars:: 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]