Man page - caddy-stop(8)
Packages contains this manual
- caddy-completion(8)
- caddy-start(8)
- caddy-list-modules(8)
- caddy-fmt(8)
- caddy-adapt(8)
- caddy(8)
- caddy-build-info(8)
- caddy-untrust(8)
- caddy-manpage(8)
- caddy-reverse-proxy(8)
- caddy-environ(8)
- caddy-respond(8)
- caddy-run(8)
- caddy-trust(8)
- caddy-reload(8)
- caddy-validate(8)
- caddy-stop(8)
- caddy-version(8)
- caddy-hash-password(8)
- caddy-file-server(8)
apt-get install caddy
Manual
Caddy
NAMESYNOPSIS
DESCRIPTION
OPTIONS
SEE ALSO
HISTORY
NAME
caddy-stop - Gracefully stops a started Caddy process
SYNOPSIS
caddy stop [flags]
DESCRIPTION
Stops the background Caddy process as gracefully as possible.
It requires that the admin API is enabled and accessible, since it will use the API’s /stop endpoint. The address of this request can be customized using the --address flag, or from the given --config, if not the default.
OPTIONS
|
--adapter ="" |
Name of config adapter to apply (when --config is used) |
||
|
--address ="" |
The address to use to reach the admin API endpoint, if not the default |
||
|
--config ="" |
Configuration file to use to parse the admin address, if --address is not used |
||
|
-h , --help [=false] |
help for stop |
SEE ALSO
caddy(8)
HISTORY
12-Jul-2025 Auto generated by spf13/cobra