Skip to main content
PUT
Update execution belonging to project domain Execution.

Path Parameters

id.project
string
required

Name of the project the resource belongs to.

id.domain
string
required

Name of the domain the resource belongs to. A domain can be considered as a subset within a specific project.

id.name
string
required

User or system provided value for the resource.

Body

application/json
id
Identifier of the execution to update · object
state
enum<string>
default:EXECUTION_ACTIVE

The state of the execution is used to control its visibility in the UI/CLI.

  • EXECUTION_ACTIVE: By default, all executions are considered active.
  • EXECUTION_ARCHIVED: Archived executions are no longer visible in the UI.
Available options:
EXECUTION_ACTIVE,
EXECUTION_ARCHIVED

Response

A successful response.

The response is of type object.

Last modified on August 27, 2026