---
title: "POST /runGroup/{id}"
method: POST
path: "/runGroup/{id}"
---

# POST /runGroup/{id}

`POST /runGroup/{id}`

Updates the settings of a run group and returns a response with no body if the operation is successful.

You can update the following settings with `UpdateRunGroup`:

*   Maximum number of CPUs
    
*   Run time (measured in minutes)
    
*   Number of GPUs
    
*   Number of concurrent runs
    
*   Group name
    

To confirm that the settings have been successfully updated, use the `ListRunGroups` or `GetRunGroup` API operations to verify that the desired changes have been made.

## Path parameters

- `id` string, required

## Request body

- object
  - `name` string — A name for the group.
  - `maxCpus` integer — The maximum number of CPUs to use.
  - `maxRuns` integer — The maximum number of concurrent runs for the group.
  - `maxDuration` integer — A maximum run time for the group in minutes.
  - `maxGpus` integer — The maximum GPUs that can be used by a run group.

## Response `202`

Success

## Other responses

- `480` — InternalServerException
- `481` — ServiceQuotaExceededException
- `482` — ThrottlingException
- `483` — ValidationException
- `484` — ConflictException
- `485` — ResourceNotFoundException
- `486` — AccessDeniedException
- `487` — RequestTimeoutException

---

[API](https://skmtc.net/aws/apis/omics.md) · [All operations](https://skmtc.net/aws/apis/omics/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/omics/versions/e9df1bcc0813/schema)
