Skip to content

Commit 238cf56

Browse files
committed
Update docs for proxy pause/resume app
1 parent 1d5b997 commit 238cf56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/commands/proxy.md

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Commands:
1919
kamal proxy restart # Restart existing proxy container on servers
2020
kamal proxy start # Start existing proxy container on servers
2121
kamal proxy stop # Stop existing proxy container on servers
22+
kamal proxy pause_app # Pause existing app on servers
23+
kamal proxy resume_app # Resume existing app on servers
2224
```
2325

2426
When you want to upgrade kamal-proxy, you can call `kamal proxy reboot`. This is going to cause a small outage on each server and will prompt for confirmation.
@@ -27,6 +29,8 @@ You can use a rolling reboot with `kamal proxy reboot --rolling` to avoid restar
2729

2830
You can also use [pre-proxy-reboot](../../hooks/pre-proxy-reboot) and [post-proxy-reboot](../../hooks/post-proxy-reboot) hooks to remove and add the servers to upstream load balancers as you reboot them.
2931

32+
You can pause your app doing `kamal proxy pause_app` (eg: if you want to enter in maintenance mode), you can then resume the proxy of the app with `kamal proxy resume_app`
33+
3034
## Boot configuration
3135

3236
You can manage boot configuration for kamal-proxy with `kamal proxy boot_config`.

0 commit comments

Comments
 (0)