mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-31 14:37:18 +00:00
52 lines
2.1 KiB
Markdown
52 lines
2.1 KiB
Markdown
---
|
||
title: Pipelines Page
|
||
---
|
||
|
||
Use the **Pipelines** Page to navigate between and manage pipelines. The page shows execution summaries for all
|
||
[ClearML Pipelines](../../pipelines/pipelines.md).
|
||
|
||
Click on a pipeline card to navigate to its [Pipeline Runs Table](webapp_pipeline_table.md), where you can view the
|
||
pipeline structure, configuration, and outputs of all the pipeline’s runs, as well as create new runs.
|
||
|
||
Filter the pipelines to find the one you’re looking for more easily. These filters can be applied by clicking <img src="/docs/latest/icons/ico-filter-off.svg" alt="Filter" className="icon size-md" />:
|
||
* My Work - Show only pipelines that you created
|
||
* Tags - Choose which tags to filter by from a list of tags used in the pipelines.
|
||
* Filter by multiple tag values using the **ANY** or **ALL** options, which correspond to the logical "AND" and "OR"
|
||
respectively. These options appear on the top of the tag list.
|
||
* Filter by the absence of a tag (logical "NOT") by clicking its checkbox twice. An X will appear in the tag's checkbox.
|
||
|
||
|
||
![Pipelines page](../../img/webapp_pipeline_table.png)
|
||
|
||
|
||
## Pipeline Cards
|
||
|
||
The pipeline cards display summarized pipeline information:
|
||
|
||
<div class="max-w-50">
|
||
|
||
![Project card](../../img/webapp_pipeline_card.png)
|
||
|
||
</div>
|
||
|
||
* Pipeline name
|
||
* Time since the pipeline’s most recent run
|
||
* Run summary - Number of *Running*/*Pending*/*Completed*/*Failed* runs
|
||
* Tags
|
||
|
||
|
||
### Pipeline Actions
|
||
|
||
Click <img src="/docs/latest/icons/ico-bars-menu.svg" alt="Menu" className="icon size-md space-sm" /> on the top right
|
||
of a pipeline card to open its context menu and access pipeline actions.
|
||
|
||
<div class="max-w-50">
|
||
|
||
![Project context menu](../../img/webapp_pipeline_context_menu.png)
|
||
|
||
</div>
|
||
|
||
* **Rename** - Change the pipeline’s name
|
||
* **Add Tag** - Add label to the pipeline to help easily classify groups of pipelines.
|
||
* **Delete** - Delete the pipeline: delete all its runs and any models/artifacts produced (a list of remaining artifacts
|
||
is returned). To delete a pipeline, all its runs must first be [archived](../webapp_archiving.md). |