
---
url: /mod/webtop/all.md
---
# x webtop all

One-click to handle all webtop containers

## Examples

Halt all webtop containers

```sh
x webtop container all stop
```

Restart all the webtop containers

```sh
x webtop container all restart
```

## Usage

```sh
x webtop all [FLAGS] [SUB_COMMAND]
```

## Flags

| Name, Shorthand | Description |
| ------- | ------- |
| `--app` | Activate the interactive app |


## Sub Commands

| Name | Description |
| ------- | ------- |
| [x webtop all pause](#x-webtop-all-pause) | Halt all processes within the webtop containers |
| [x webtop all unpause](#x-webtop-all-unpause) | Resume all processes within every webtop container |
| [x webtop all start](#x-webtop-all-start) | Start all the webtop containers |
| [x webtop all restart](#x-webtop-all-restart) | Restart all the webtop containers |
| [x webtop all stop](#x-webtop-all-stop) | Halt all webtop containers |


### x webtop all pause

Halt all processes within the webtop containers


- **Usage**:

```sh
x webtop all pause
```

### x webtop all unpause

Resume all processes within every webtop container


- **Usage**:

```sh
x webtop all unpause
```

### x webtop all start

Start all the webtop containers


- **Usage**:

```sh
x webtop all start
```

### x webtop all restart

Restart all the webtop containers


- **Usage**:

```sh
x webtop all restart
```

### x webtop all stop

Halt all webtop containers


- **Usage**:

```sh
x webtop all stop
```