Important

You are viewing documentation for an older version of Confluent Platform. For the latest, click here.

confluent stop

Description

Stop services.

Usage

confluent stop [<service>]

Tip

For usage information, enter confluent help stop.

Options

None.

Positional arguments

Name, shorthand Default Description
<service> All services The service name. If specified, it stops the service and all dependencies.

Examples

  • Stop all components:

    confluent stop
    

    Your output should resemble:

    Stopping control-center
    control-center is [DOWN]
    Stopping ksql-server
    ksql-server is [DOWN]
    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 Apache Kafka® and its dependencies:

    confluent stop kafka
    

    Your output should resemble:

    Stopping connect
    connect is [DOWN]
    Stopping kafka-rest
    kafka-rest is [DOWN]
    Stopping schema-registry
    schema-registry is [DOWN]
    Stopping kafka
    kafka is [DOWN]