DocsCLI
seedkit list
Show every live ephemeral database in your org.
Lists all currently-live ephemeral databases your org has provisioned, with their status and TTL.
Synopsis
seedkit list [options]
Example
seedkit list
NAME STATUS EXPIRES REGION ID
crm-demo ready in 42m eu-central-1 8f2a…
de-finance ready in 3h 10m eu-central-1 b04e…
playground-92 sleeping in 6m eu-central-1 1d88…
sleeping means the DB is scaled-to-zero (Neon's serverless behavior). It wakes up automatically on the next query, in ~200ms.
Options
| Flag | Type | Description |
|---|---|---|
--json | flag | Machine-readable output. |
--all-orgs | flag | If your token has multi-org access, include every org. |
See also
seedkit destroy— delete a DB before its TTL.seedkit revive— restore a destroyed/expired DB from its cached seed.