Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions src/app/cli/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,20 @@ simplecloud stop server <name>
- `-C, --confirm`: Don't ask for confirmation.
- `-h, --help`: Help for stop.

### Stop Group

Stop all server of a group.

```bash
simplecloud stop group <name>
```

**Flags**

- `--timeout`: Set a timeout that prevents new server from this group to start.
- `-C, --confirm`: Don't ask for confirmation.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We changed that to -y I think

- `-h, --help`: Help for stop.

## Upgrade Command

The `upgrade` command upgrades components of the cloud.
Expand Down