Prisma CLI & ConfigurationCLI Command Reference

prisma1 delete

$ prisma1 delete

Delete an existing service from the Prisma server its running on.

This command needs to be executed inside the root directory of the Prisma service you want to delete (as the CLI needs access to the service's prisma.yml).

Usage

prisma1 delete [flags]

Flags

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

Examples

Delete an existing service (with confirmation prompt)

prisma1 delete

Delete an existing service (without confirmation prompt)

prisma1 delete --force