added stop docs (#2551)

This commit is contained in:
Prakash Maheshwaran
2025-06-05 04:22:20 -04:00
committed by GitHub
parent 642994eaae
commit fc500d7b5d

View File

@@ -187,7 +187,22 @@ skyvern run ui
```bash
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