# Clear

Clear loaded fixtures from the database.

### Syntax

```
$ vela fixtures clear
```

Only fixture records are removed. Fixtures are written with ids prefixed `vela`, and clear matches on that prefix — records you created yourself, and records loaded from [seeds](/seeds), are left in place.

The files in `data/fixtures` are not deleted, so they can be loaded again.