delete

Definition

Deletes a connection.

Usage

$ airflow connections delete [-h] [--color {off,auto,on}] [-v] conn_id

Arguments

Parameter Description

conn_id

Connection ID required to delete a connection

--color

Use colored output. Possible values: off, auto, on. Default: auto

-h, --help

Print out the help manual for this command

-v, --verbose

Make logging output more verbose

Examples

To delete the specified connection, run:

$ airflow connections delete test_connection

Output example:

Successfully deleted connection with `conn_id`=test_connection
Found a mistake? Seleсt text and press Ctrl+Enter to report it