v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14107682538.8 KB

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.

post/runGroup/{id}

Path parameters

idstring required

The group's ID.

Request body

namestring

A name for the group.

maxCpusinteger

The maximum number of CPUs to use.

maxRunsinteger

The maximum number of concurrent runs for the group.

maxDurationinteger

A maximum run time for the group in minutes.

maxGpusinteger

The maximum GPUs that can be used by a run group.

Response

Success