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

# NetServer SuspendedSite element (SuperOffice only)

> NetServer configuration values related to the suspended state.

Configuration values related to the suspended state.

```XML theme={null}
<SuspendedSite>
  <add key="suspended" value="" />
  <add key="download_baseurl" value="" />
</SuspendedSite>
```

| Name              | Description                    |
| ----------------- | ------------------------------ |
| download\_baseurl | Download base URL.             |
| suspended         | The current state of the site. |

See the [NetServer Core reference][1] for details about handling this programmatically.

[1]: https://github.com/SuperOfficeDocs/superoffice-docs/blob/main/docs/en/api/reference/netserver/core/SuperOffice.Configuration.ConfigFile.SuspendedSite.yml


## Related topics

- [NetServer Downloads element (SuperOffice only)](/en/onsite/web-config/downloads.md)
- [NetServer Client element (SuperOffice only)](/en/onsite/web-config/client.md)
- [NetServer Cloud element (SuperOffice only)](/en/onsite/web-config/cloud.md)
- [NetServer Mail element (SuperOffice only)](/en/onsite/web-config/mail.md)
- [NetServer Pocket element (SuperOffice only)](/en/onsite/web-config/pocket.md)
- [NetServer Sync element (legacy SuperOffice only)](/en/onsite/web-config/sync.md)
