> For the complete documentation index, see [llms.txt](https://guide.bati.ai/service/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.bati.ai/service/faq/function/delete.md).

# 프로젝트 리스트에서 삭제된 작업을 복구할 수 있나요?

프로젝트 리스트에서 작업을 삭제하면 복구가 어렵기 때문에 복사 기능을 이용해 백업용 작업을 복사해두시는 것이 안전합니다.&#x20;

워크베이스 콘텐츠와 액션 설정이 모두 복사되기 때문에 실수로 작업을 삭제한 경우 활용할 수 있습니다.


---

# 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://guide.bati.ai/service/faq/function/delete.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.
