> For the complete documentation index, see [llms.txt](https://docs.pentaho.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pentaho.com/pdia-data-integration/9.3-data-integration/advanced-topics-pentaho-data-integration-overview/use-carte-clusters/stop-carte-from-the-command-line-interface-or-url.md).

# Stop Carte from the Command Line Interface or URL

Perform the following steps to stop Carte either from the CLI or URL:

1. Open the command line interface by clicking **Start** and typing `cmd`. Press Enter.
2. In the command line interface, enter the location of the Carte server.
3. Enter a space, then type the arguments for stopping the server.
4. Press Enter after the arguments are typed.

   Arguments:

   ```
   Carte <Interface address> <Port> [-s] [-p <arg>] [-u <arg>]
   ```

   Example:

   ```
   Carte 127.0.0.1 8080 -s -p amidala4ever -u dvader
   ```

   You can also now use a URL to stop Carte:

   ```
   http://localhost:8080/kettle/stopCarte
   ```

   | Command Option       | Description                                                                                           | Type         |
   | -------------------- | ----------------------------------------------------------------------------------------------------- | ------------ |
   | -h, --help           | Help text.                                                                                            | n/a          |
   | -p,--password \<arg> | The administrator password. Required only if stopping the Carte server.                               | Alphanumeric |
   | -s,--stop            | Stop the running Carte server. This is only allowed when using the hostname/port form of the command. | Alphanumeric |
   | -u,--username \<arg> | The administrator user name. Required only if stopping the Carte server.                              | Alphanumeric |


---

# 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://docs.pentaho.com/pdia-data-integration/9.3-data-integration/advanced-topics-pentaho-data-integration-overview/use-carte-clusters/stop-carte-from-the-command-line-interface-or-url.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.
