Delete all logs of a pipeline
delete_pipeline_logsDelete stored output logs for every step in a pipeline while keeping step results, so you can free up storage and still see which step failed. Requires a confirmation token.
Instructions
Deletes the stored output of every step of a pipeline. The pipeline and its step results stay, so it still shows which step failed — just not why. Two-step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes | Pipeline number — the per-repository counter shown in the UI, not the global pipeline id. | |
| repo_id | Yes | Numeric repository id. lookup_repository turns an "owner/name" pair into one; list_repositories shows both. | |
| confirm_token | No | Token from a previous call of this tool. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| truncated | No | Present only when the answer was shortened to fit the budget. |