> For the complete documentation index, see [llms.txt](https://docs.podigee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podigee.com/documentation/start-here/ai-agents/make-changes-safely/choose-a-reversible-action-before-permanent-deletion.md).

# Choose a reversible action before permanent deletion

Prefer a reversible Podigee state when you do not need to remove data permanently.

Use a reversible action when your goal is to stop publication or processing, not erase the record.

## Safer alternatives

| Goal                                   | Reversible action                                       | Permanent action to avoid                                            |
| -------------------------------------- | ------------------------------------------------------- | -------------------------------------------------------------------- |
| Take an episode offline                | Publish it in `draft` mode.                             | Delete the episode.                                                  |
| Stop eligible long-running work        | Preview and confirm `cancel_operation`.                 | Create conflicting replacement work.                                 |
| Stop an incomplete upload              | Abort the upload session when the workflow supports it. | Leave sessions and start repeated uploads.                           |
| Restrict private-feed access           | Deactivate the listener.                                | Delete the listener.                                                 |
| Change chapter marks or the transcript | Read the episode first and send the merged collection.  | Send only the new entries; the collection is replaced, not appended. |

## Permanent deletion

Episode deletion is permanent. It removes the episode and starts removal from connected platforms. Podigee does not provide an MCP restore tool for deleted episodes.

Listener deletion is also a consequential removal. Deactivation keeps the listener record and is usually the safer choice when access might need to be restored.

## Before a permanent action

1. Confirm that a reversible state cannot meet the goal.
2. Read the exact target and current state.
3. Request a dry-run preview.
4. Review every consequence and affected ID.
5. Confirm the exact preview once.
6. Read back the remaining state after completion.

## Related tasks

* [Preview a change before it runs](/documentation/start-here/ai-agents/make-changes-safely/preview-a-change-before-it-runs.md)
* [Confirm a consequential change](/documentation/start-here/ai-agents/make-changes-safely/confirm-a-consequential-change.md)
* [Verify that a change had the intended effect](/documentation/start-here/ai-agents/make-changes-safely/verify-that-a-change-had-the-intended-effect.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.podigee.com/documentation/start-here/ai-agents/make-changes-safely/choose-a-reversible-action-before-permanent-deletion.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
