# How do I unpublish a site?

You can unpublish an entire site or remove a linked space, anytime. This action does not affect your billing. To adjust the number of sites, go to the billing tab in your organization settings.

### Unpublish a site

1. Navigate to the **Docs Sites** option in the left-hand panel under the **Home** section.
2. Select the specific **site** you wish to unpublish by clicking on it.
3. Locate the **Unpublish** option under the title of your docs site. Click on this option and **confirm** your decision to unpublish the site.&#x20;
4. Once confirmed, the site will not be accessible to external visitors.&#x20;

{% hint style="info" %}
**Multiple spaces linked?**&#x20;

To remove a linked space from your site without unpublishing the entire site, navigate to the settings menu in the top right corner of the **site** dashboard. Scroll down to the content section, then select **Remove from Site.** This will unlink the space from the site, without deleting your content.
{% endhint %}


---

# 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://gitbook.com/docs/help-center/published-documentation/publishing/how-to-unpublish-a-site.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.
