> For the complete documentation index, see [llms.txt](https://docs.riff.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.riff.ai/archive/features-legacy-databutton-web-app-builder/app-preference-features/workspace-management.md).

# Workspace Management

### How to Access

Click on your application name in the top left corner of your workspace, then select Settings > App Management

### Keep your workspace up to date

Keep your workspace up to date and manage operations across the full app (frontend + backend).

#### Upgrade

* Moves your workspace to the latest Riff runtime/features.
* New features/fixes are available; you want consistency across apps.

#### Restart workspace

* Restarts your app’s services (clears in-memory state, reloads env/config).
* After upgrading, changing secrets/env, stuck processes, or memory leaks.

#### Undeploy App

* Removes the app from the public internet (no public URL), keeps the workspace editable.
* Take production offline, pause external access, or prep for a handover.

#### Hibernate

* Pauses the app to conserve resources.
* You won’t use the app for a while but want to keep code and data.

### App Operations

#### Clone

* Copies the current workspace version into a new app.
* Create a safe playground, start a variant, or spin up a client-specific fork.
* Code and app preferences are copied. Re-connect integrations and secrets in the new app.

#### Export Code

* Creates and downloads a ZIP of your app’s code.
* Backups, code review outside Riff, or migrations.
* Secrets and tokens are never included in exports; store them securely elsewhere.

### Ownership & Deletion

#### Transfer Ownership

* Moves app ownership to another user.
* Handover to a customer/team; consolidate under a single owner.

#### Delete App

* Permanently removes the app and its workspace.
* You’re certain the app is no longer needed.


---

# 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.riff.ai/archive/features-legacy-databutton-web-app-builder/app-preference-features/workspace-management.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.
