UpdateRun

Updated at:

Updates the details of a run.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

PUT /api/v1/runs/{RunId} HTTP/1.1

Path Parameters

Parameter

Type

Required

Description

Example

RunId

string

Yes

The ID of the run.

run-1qJhzJ2YXgX****

Request parameters

Parameter

Type

Required

Description

Example

body

object

No

The request body.

Name

string

No

The name of the run. The naming conventions are as follows:

  • Must start with a lowercase or uppercase letter.

  • Can contain lowercase letters, uppercase letters, digits, underscores (_), and hyphens (-).

  • The length must be 1 to 63 characters.

myName

Labels

array

No

A list of labels.

Label

No

The details of the label.

Params

array

No

A list of parameters.

RunParam

No

The details of the parameter.

Response elements

Element

Type

Description

Example

object

Schema of Response

requestId

string

Id of the request

ADF6D849-*****-7E7030F0CE53

Examples

Success response

JSON format

{
  "requestId": "ADF6D849-*****-7E7030F0CE53"
}

Error codes

See for a complete list.

Release notes

See Release Notes for a complete list.