1Caddy(8) Caddy(8)
2
3
4
6 caddy-stop - Gracefully stops a started Caddy process
7
8
9
11 caddy stop [flags]
12
13
14
16 Stops the background Caddy process as gracefully as possible.
17
18
19 It requires that the admin API is enabled and accessible, since it will
20 use the API's /stop endpoint. The address of this request can be cus‐
21 tomized using the --address flag, or from the given --config, if not
22 the default.
23
24
25
27 --adapter="" Name of config adapter to apply (when --config is
28 used)
29
30
31 --address="" The address to use to reach the admin API endpoint,
32 if not the default
33
34
35 --config="" Configuration file to use to parse the admin address,
36 if --address is not used
37
38
39 -h, --help[=false] help for stop
40
41
42
44 caddy(8)
45
46
47
49 15-Aug-2023 Auto generated by spf13/cobra
50
51
52
53Auto generated by spf13/cobra Aug 2023 Caddy(8)