Flyte · Capability
Flyte Admin API — Executions
Flyte Admin API — Executions. 7 operations. Lead operation: Create a workflow execution. Self-contained Naftiko capability covering one Flyte business surface.
What You Can Do
POST
Createexecution
— Create a workflow execution
/v1/api/v1/executions
POST
Recoverexecution
— Recover a workflow execution
/v1/api/v1/executions/recover
POST
Relaunchexecution
— Relaunch a workflow execution
/v1/api/v1/executions/relaunch
GET
Listexecutions
— List workflow executions
/v1/api/v1/executions/{id-project}/{id-domain}
GET
Getexecution
— Retrieve a workflow execution
/v1/api/v1/executions/{id-project}/{id-domain}/{id-name}
DELETE
Terminateexecution
— Terminate a workflow execution
/v1/api/v1/executions/{id-project}/{id-domain}/{id-name}
GET
Getexecutionmetrics
— Retrieve execution metrics
/v1/api/v1/metrics/executions/{id-project}/{id-domain}/{id-name}
MCP Tools
create-workflow-execution
Create a workflow execution
recover-workflow-execution
Recover a workflow execution
relaunch-workflow-execution
Relaunch a workflow execution
list-workflow-executions
List workflow executions
read-only
idempotent
retrieve-workflow-execution
Retrieve a workflow execution
read-only
idempotent
terminate-workflow-execution
Terminate a workflow execution
idempotent
retrieve-execution-metrics
Retrieve execution metrics
read-only
idempotent