> For the complete documentation index, see [llms.txt](https://docs.cipp.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cipp.app/user-documentation/teams-share/deleted-sites.md).

# Deleted Sites

This page lists the SharePoint sites that have been deleted in the selected tenant but are still recoverable from the tenant recycle bin, along with how long is left to recover each one. Microsoft keeps deleted sites for 93 days, after which the site and everything in it is permanently removed.

## Table Details

| Column                | Description                                                                                                           |
| --------------------- | --------------------------------------------------------------------------------------------------------------------- |
| Name                  | The site name, taken from the last part of its address.                                                               |
| Url                   | The address the site had before it was deleted.                                                                       |
| Status                | The state of the deleted site in the recycle bin.                                                                     |
| Deletion Time         | When the site was deleted.                                                                                            |
| Days Remaining        | How many days are left before the site is permanently removed and can no longer be restored.                          |
| Storage Maximum Level | The storage quota that had been allocated to the site, in megabytes. This is the quota, not the storage it was using. |

## Table Actions

<table><thead><tr><th>Action</th><th>Description</th><th data-type="checkbox">Bulk Action Available</th></tr></thead><tbody><tr><td>Restore Site</td><td>Restores the selected site from the tenant recycle bin back to active use, at the address shown in the <strong>Url</strong> column. You are asked to confirm first, and large sites can take a while to finish restoring. Greyed out unless you have SharePoint site write access.</td><td>true</td></tr></tbody></table>

***

## Feature Requests / Ideas

We value your feedback and ideas. Please raise any [feature requests](https://github.com/CyberDrain/CIPP/issues/new?template=feature.yml) on GitHub.


---

# 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.cipp.app/user-documentation/teams-share/deleted-sites.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.
