astro dev kill
Force-stop and remove all running containers for your local Airflow environment. Unlike astro dev stop
, which only pauses running containers, astro dev kill
deletes all data associated with your local Postgres database. This includes Airflow connections, logs, and task history.
For more information, read Hard reset your local environment or Build and run a project locally.
Usage
astro dev kill