Prisma Next is in early access.Read the docs

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

bunx prisma platform status

Output status as JSON

bunx prisma platform status --json

On this page