Update execution belonging to project domain
AdminService
Update execution belonging to project domain
PUT
Update execution belonging to project domain
Path Parameters
Name of the project the resource belongs to.
Name of the domain the resource belongs to. A domain can be considered as a subset within a specific project.
User or system provided value for the resource.
Body
application/json
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.
Fetches a :ref:`ref_flyteidl.admin.Execution`Terminates an in-progress :ref:`ref_flyteidl.admin.Execution`