# tuist runner volume clear

Clear saved contents. Running jobs keep their copies but cannot save them.

## Arguments

### volume-id

Volume UUID.

```bash
tuist runner volume clear [volume-id]
```

### account `Optional`

Account handle. Defaults to the account in the project's full handle.

```bash
tuist runner volume clear --account [account]
```

### path `Optional`

Project directory.

```bash
tuist runner volume clear --path [path]
tuist runner volume clear -p [path]
```

### json `Optional`

Return response data and pagination as JSON. Unknown optional values are omitted.

```bash
tuist runner volume clear --json
```

### yes `Optional`

Confirm clearing the saved contents. This cannot be undone.

```bash
tuist runner volume clear --yes
```
