/workspace
directory gets backed up and the container and contents are removed.
When you restart a workspace, the content of /workspace
is restored to a new ephemeral container.
It’s also important to consider the workspace deletion behaviour.
/workspace
directory are kept between state transitions./workspace
from a custom Dockerfile will be overwritten/overlaid by a mount./workspace
are preserved.soft deleted
state (users can’t view them in the UI, but it allows administrators to restore the workspace if needed)
soft deleted
state -> Full deletion of workspace and its contentsgp timeout set
command from the Workspaces CLI (installed in all gitpod workspaces by default), through the Command Palette in VS Code, or the Backend Control Center in JetBrains Gateway. Extending the workspace inactivity timeout only applies to the currently running workspace.
Default - You can set a default workspace inactivity timeout for all new workspaces opened via the preferences page. The timeout default cannot currently be set by an organization owner.