# Workflow 삭제

워크플로를 삭제하면 해당 워크스페이스로 이동됩니다 [Trash](broken://pages/4e2e7ff6de69f7996338bce4dd63b710c149c8bb) 로 이동하며, 30일 후에 영구적으로 제거됩니다. 보관 기간 동안 언제든지 Trash에서 복원할 수 있습니다.

## 워크플로 삭제

1. Workflows 대시보드로 이동한 다음 삭제하려는 워크플로 옆의 점 3개를 클릭하세요.
2. "Delete"를 클릭하세요.

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

3. 확인을 위해 워크플로 ID를 입력하세요.

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

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

## 복원하거나 영구 삭제

참조하세요 [Trash](broken://pages/4e2e7ff6de69f7996338bce4dd63b710c149c8bb) 삭제된 워크플로를 복원하는 방법 또는 30일 보관 기간을 기다리지 않고 즉시 제거하는 방법은 다음을 참조하세요.

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

다음 방법으로도 워크플로를 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: 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.
