> For the complete documentation index, see [llms.txt](https://support.growlytics.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.growlytics.in/journeys-and-automation/journeys-basics/journey-statuses/stopped-journey.md).

# Stopped Journey

You can stop a published journey to stop adding new customers to the journey and remove all existing customers currently in the journey.&#x20;

### Stop Journey Behavior

* Once a journey is stopped, the journey will not add new customers to the journey.
* All existing customers in the journey will be removed from the journey immediately.
* Once a journey is stopped, it can not be published again.
* All campaigns associated with the journey will be marked as ended.

### How to Stop Journey?

Follow these steps to stop a journey.

<figure><img src="/files/FWsBLxahvWr54dCLrKk6" alt=""><figcaption><p>Click on Stop Journey</p></figcaption></figure>

1. Login to your Growlytics dashboard and navigate to the published journey detail page.
2. On the journey detail page, you will see the 'Stop Journey' button in the top right corner as shown in the screenshot above.
3. Click on the 'Stop Journey' button and confirm it to stop the journey.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://support.growlytics.in/journeys-and-automation/journeys-basics/journey-statuses/stopped-journey.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
