# worldRewindCheckpoint

`import { worldRewindCheckpoint } from "destack:runtime";`

Rewind one world to one checkpoint.

```ds title="worldRewindCheckpoint"
export declare function worldRewindCheckpoint(world: WorldHandle, checkpointId: CheckpointId): Result<void, HostError>
```

[language/library/src/runtime/lineage.ds:292:295](https://github.com/destack-sh/destack/blob/main/language/library/src/runtime/lineage.ds#L292-L295)
