skip to content
ccdocs
Commandscc db

cc db unlink

Remove a database from the current environment's pool.

Usage

cc db unlink <name>

Arguments

ArgumentDescription
nameDatabase to unlink (tab-completable)

What it does

  • Requires an active environment — run cc switch first.
  • Removes the database from the environment's pool. This only touches cc's bookkeeping — it does not drop the database. Use cc db drop to destroy the database itself.

On this page