v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14107682538.8 KB

Creates a run group to limit the compute resources for the runs that are added to the group. Returns an ARN, ID, and tags for the run group.

post/runGroup

Request body

namestring

A name for the group.

maxCpusinteger

The maximum number of CPUs that can run concurrently across all active runs in the run group.

maxRunsinteger

The maximum number of runs that can be running at the same time.

maxDurationinteger

The maximum time for each run (in minutes). If a run exceeds the maximum run time, the run fails automatically.

tagsobject

Tags for the group.

requestIdstring required

To ensure that requests don't run multiple times, specify a unique ID for each request.

maxGpusinteger

The maximum number of GPUs that can run concurrently across all active runs in the run group.

Response

Success

arnstring

The group's ARN.

idstring

The group's ID.

tagsobject

Tags for the run group.