status

Show Prisma Data Platform service status

The prisma platform status command shows the current status of Prisma Data Platform services.

Usage

prisma platform status [options]

Options

OptionDescription
-h, --helpDisplay help message
--jsonOutput raw JSON from the status API

Examples

Check service status

npx prisma platform status

Output status as JSON

npx prisma platform status --json

On this page