You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/website/content/docs/commands/daemon/stop.mdx

32 lines
534 B

---
layout: docs
page_title: daemon stop - Command
description: |-
The "daemon stop" command lets you manually stop the Boundary daemon.
---
# daemon stop
Command: `boundary daemon stop`
The `boundary daemon stop` command lets you manually stop the Boundary daemon.
## Example
The following command stops the Boundary daemon:
```shell-session
$ boundary daemon stop
```
## Usage
<CodeBlockConfig hideClipboard>
```shell-session
$ boundary daemon stop [options] [args]
```
</CodeBlockConfig>
@include 'cmd-option-note.mdx'