Back to Prisma1

Prisma Reset Ycv3

docs/1.28/prisma-cli-and-configuration/cli-command-reference/prisma-reset-ycv3.mdx

1.34.12511 B
Original Source

export const meta = { title: "prisma reset", position: 230, }

$ prisma reset

Delete all service data.

Usage

sh
prisma reset [flags]

Flags

 -e, --env-file ENV-FILE    Path to .env file to inject env vars
 -f, --force                Force reset data without confirmation

Examples

Delete all of the service's data (with confirmation prompt).

sh
prisma reset

Delete all of the service's data (without confirmation prompt).

sh
prisma reset --force