confluent pipeline delete

Description

Delete one or more pipelines.

confluent pipeline delete <pipeline-id-1> [pipeline-id-2] ... [pipeline-id-n] [flags]

Flags

--force                Skip the deletion confirmation prompt.
--cluster string       Kafka cluster ID.
--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 might contain plaintext secrets.
-v, --verbose count   Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).

Examples

Request to delete Stream Designer pipeline “pipe-12345”.

confluent pipeline delete pipe-12345

See Also