> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-ko/workflows/delete-a-workflow.md).

# Workflow 삭제

workflow를 삭제하면 workspace로 이동됩니다 [Trash](/roboflow/roboflow-ko/workspaces/trash.md) 영구적으로 제거되기 전까지 30일 동안 보관됩니다. 보관 기간 동안에는 언제든지 Trash에서 복원할 수 있습니다.

## workflow 삭제

1. Workflows dashboard로 이동한 다음 삭제하려는 workflow 옆의 세 개의 점을 클릭하세요.
2. "Delete"를 클릭하세요.

<figure><img src="/files/1bbcb28305d83840cf2459d5e85c34c8d904f76f" alt=""><figcaption></figcaption></figure>

3. 확인을 위해 workflow ID를 입력하세요.

<figure><img src="/files/e38e969a6518a6b3ea5213c5ceea7db2fa4721a6" alt=""><figcaption></figcaption></figure>

4. "Delete"를 클릭하세요.

## 복원 또는 영구 삭제

참조 [Trash](/roboflow/roboflow-ko/workspaces/trash.md) 삭제된 workflow를 복원하거나 30일 보관 기간을 기다리지 않고 즉시 제거하는 방법은

## API, SDK 또는 CLI를 통해 삭제

다음 방법을 통해서도 workflow를 Trash로 이동할 수 있습니다:

* REST API: `DELETE /:workspace/workflows/:workflow`
* Python SDK: `rfapi.delete_workflow(api_key, workspace, workflow_url)`
* CLI: `roboflow workflow delete <workflow>`

웹 앱 외부에서 복원하려면 다음을 사용하세요 `workspace.restore_from_trash("workflow", workflow_id)` SDK 또는 `roboflow workflow restore <workflow>` CLI에서.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-ko/workflows/delete-a-workflow.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
