# Clear

Clear seeded records from the database.

### Syntax

```
$ vela seeds clear
```

This removes the records that were loaded from `data/seeds`. The seed files themselves are not deleted, so [`vela seeds load`](/seeds/load) puts them back.