# Reset

Clear and reload fixtures in one step.

### Syntax

```
$ vela fixtures reset
```

Equivalent to running [`vela fixtures clear`](/fixtures/clear) followed by [`vela fixtures load`](/fixtures/load). The fixture files themselves are reused as they are — use [`regen`](/fixtures/regen) to generate new ones.

Use this to get back to a known state after poking at fixture data in development.