DocsCLI

seedkit destroy

Delete an ephemeral database before its TTL expires.


Deletes the underlying Neon project. The cached seed is not removed — seedkit revive can bring back the same data into a fresh DB any time.

Synopsis

seedkit destroy <name|id>

Example

seedkit destroy crm-demo
✓ destroyed (dump kept for revive)

Bulk destroy

seedkit destroy --all

Prompts for confirmation. Skip with --yes.

Options

FlagDescription
--allDestroy every live DB in the org.
--yesSkip confirmation.
--purgeAlso remove the cached seed. Cannot be revived after this.

See also