added stop docs (#2551)
This commit is contained in:
committed by
GitHub
parent
642994eaae
commit
fc500d7b5d
15
README.md
15
README.md
@@ -187,7 +187,22 @@ skyvern run ui
|
|||||||
```bash
|
```bash
|
||||||
skyvern status
|
skyvern status
|
||||||
```
|
```
|
||||||
|
**Stop the Skyvern service**
|
||||||
|
|
||||||
|
```bash
|
||||||
|
skyvern stop all
|
||||||
|
```
|
||||||
|
**Stop the Skyvern UI**
|
||||||
|
|
||||||
|
```bash
|
||||||
|
skyvern stop ui
|
||||||
|
```
|
||||||
|
|
||||||
|
**Stop the Skyvern Server Separately**
|
||||||
|
|
||||||
|
```bash
|
||||||
|
skyvern stop server
|
||||||
|
```
|
||||||
|
|
||||||
## Docker Compose setup
|
## Docker Compose setup
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user