The behavior and format of this command are the same for both Astro and Astro Private Cloud.
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
In standalone mode, this command stops the Airflow processes and removes the virtual environment, database, and logs. If you started your environment with
astro dev start --standalone without setting dev.mode to standalone, pass --standalone so this command resets your standalone environment.