# Cancel active jobs for the specified group

Cancel active jobs for the specified group

## Usage

``` r
cancelJobGroup(groupId)
```

## Arguments

  - groupId:
    
    the ID of job group to be cancelled

## Note

cancelJobGroup since 1.5.0

## Examples

``` r
if (FALSE) { # \dontrun{
sparkR.session()
cancelJobGroup("myJobGroup")
} # }
```
