env_restore
Restore an environment to a named snapshot, discarding all modifications made after that snapshot.
Instructions
Rewind an environment to a named snapshot taken with env_snapshot. Everything done since that snapshot is lost. Use env_revert instead to go back to the environment's original clean state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | name of the environment | |
| snap | Yes | name of the snapshot |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| log | No | ||
| name | Yes |