From 30b503904e509218485b013d2c6e3989d9b1cc20 Mon Sep 17 00:00:00 2001 From: Isaiah Baker Date: Tue, 24 Mar 2020 14:21:30 -0500 Subject: [PATCH] Remove `restart` and `stop` from command list. UCP commands `restart` and `stop` have been deprecated and are no longer available in UCP 3.2. https://docs.docker.com/ee/ucp/release-notes/#deprecations --- reference/ucp/3.2/cli/index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/reference/ucp/3.2/cli/index.md b/reference/ucp/3.2/cli/index.md index 69a6a3d128..a69b456de8 100644 --- a/reference/ucp/3.2/cli/index.md +++ b/reference/ucp/3.2/cli/index.md @@ -41,9 +41,7 @@ docker container run -it --rm \ | `images` | Verify the UCP images on this node | | `install` | Install UCP on this node | | `port-check-server` | Checks the ports on a node before a UCP installation | -| `restart` | Start or restart UCP components running on this node | | `restore` | Restore a UCP cluster from a backup | -| `stop` | Stop UCP components running on this node | | `support` | Create a support dump for this UCP node | | `uninstall-ucp` | Uninstall UCP from this swarm | | `upgrade` | Upgrade the UCP cluster |