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

# Create a Workspace from a checkpoint

Checkpoints are commits that you can return to any time to review the history of your work, branch your work, or [remediate models](/cloud/platform-capabilities/features/monitoring/6-remediation/2-remediate-a-domino-endpoint) that are drifting or decaying. Checkpoints are created every time you synchronize changes to artifacts or code within a workspace.

You can preview artifacts or code from any commit to identify a checkpoint and use that to recreate a workspace. When you recreate a workspace from a previous commit, Domino creates a new branch where you can develop or train a new model.

Durable workspaces are persistent development environments that you can start, stop, and restart. Each workspace has a persistent volume that stores your files. Your changes are saved from one workspace session to the next so that you can decide when to commit changes to version control.

This feature is supported for:

* Both Domino or Git-based projects.

* Workspaces created in 5.0 and later.

Datasets and external data volumes are recreated in the new workspace and branch that you create from a checkpoint.

You can review a workspace’s commit history and then recreate a workspace from a specific checkpoint.

1. In your project, go to **Workspaces**.

2. Click **History** on the workspace you want to recreate. To determine which commit you want to use, in the **Files** column (for DFS projects) or **Artifacts** column (for git-based projects), click the commit ID to browse the code and artifacts from a checkpoint.

3. To recreate a workspace, click **Open** next to the checkpoint to use.

4. Click **Open** to start the new workspace.

To publish a Domino endpoint from the new workspace, see [Remediate a Domino endpoint](/cloud/platform-capabilities/features/monitoring/6-remediation/2-remediate-a-domino-endpoint).
