Documentation Index
Fetch the complete documentation index at: https://mintlify.com/flyteorg/flyte/llms.txt
Use this file to discover all available pages before exploring further.
Overview
flytectl delete terminates running executions and removes matchable resource attribute overrides from FlyteAdmin.
Subcommands
| Subcommand | Aliases | Description |
|---|---|---|
delete execution | executions | Abort one or more running executions |
delete task-resource-attribute | task-resource-attributes | Remove task resource attribute overrides |
delete cluster-resource-attribute | cluster-resource-attributes | Remove cluster resource attribute overrides |
delete execution-cluster-label | execution-cluster-labels | Remove execution cluster label overrides |
delete execution-queue-attribute | execution-queue-attributes | Remove execution queue attribute overrides |
delete plugin-override | plugin-overrides | Remove plugin override settings |
delete workflow-execution-config | Remove workflow execution config overrides |
delete execution
Abort one or more non-terminal executions. Executions that are already in a terminal state (FAILED, ABORTED, or SUCCEEDED) are unaffected.
| Flag | Description |
|---|---|
--dryRun | Log the termination request without executing it |
Matchable attribute deletion
Matchable resource attributes can be removed at project, project+domain, or project+domain+workflow scope using an attribute file. Useflytectl get <attribute> first to generate the file, then pass it to delete.
delete task-resource-attribute
delete task-resource-attribute
tra.yaml:delete cluster-resource-attribute
delete cluster-resource-attribute
cra.yaml:delete execution-cluster-label
delete execution-cluster-label
ecl.yaml:delete execution-queue-attribute
delete execution-queue-attribute
delete plugin-override
delete plugin-override
delete workflow-execution-config
delete workflow-execution-config
| Flag | Description |
|---|---|
--attrFile | Path to the attribute YAML file (required) |
--dryRun | Print the request without executing it |
--force | Skip the confirmation prompt |