diff --git a/docs/ocis/getting-started/_index.md b/docs/ocis/getting-started/_index.md index 5a31560b83..e6d2619358 100644 --- a/docs/ocis/getting-started/_index.md +++ b/docs/ocis/getting-started/_index.md @@ -112,16 +112,6 @@ The list command prints all running oCIS extensions. ocis list {{< / highlight >}} -To stop a particular extension: -{{< highlight txt >}} -ocis kill web -{{< / highlight >}} - -To start a particular extension: -{{< highlight txt >}} -ocis run web -{{< / highlight >}} - The version command prints the version of your installed oCIS. {{< highlight txt >}} ocis --version