> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zocomputer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Unpublish site

> Unpublish a Zo Site, removing its dedicated URL.

{/* Tool: unpublish_site */}

This deletes the user service backing the site, removing its dedicated URL (whether public or private). The site is no longer accessible at that URL.

The site itself is not deleted — it continues running on its dev server and remains accessible to the signed-in user at its authenticated preview URL (zite-{port}-{host}.zo.computer) and via the preview iframe in the Zo web app.

## Parameters

<ParamField path="site_path" type="string" required={true}>
  Required. Workspace-relative directory that contains the site's zosite.json (e.g. 'my-site' or 'projects/my-site').
</ParamField>
