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

# pikopod reproduce

> Turn a recorded production failure into a scenario and run it against the sandbox.

```text theme={null}
pikopod reproduce <fingerprint | bundle.json> [--sandbox <name>]
```

Turn a recorded incident into a pack that arms the same failure and replays the recorded request, then run it. The argument is a fingerprint from the local event log, or a bundle written by `pikopod agent incidents export` on the host that recorded the incident. Exit `0` when the failure recurs, `2` when it does not or the recording is gone. See [Reproduce](/reproduce/reproduce).

`pikopod scenario reproduce` is the previous spelling. It still works this release and prints one line on stderr naming this one.
