Search
ctrl/
Ask AI
Light
Dark
System

edgedb project unlink

Remove association with and optionally destroy the linked EdgeDB instance.

edgedb project unlink [options]

This command unlinks the project directory from the instance. By default the EdgeDB instance remains untouched, but it can also be destroyed with an explicit option.

-D, --destroy-server-instance

If specified, the associated EdgeDB instance is destroyed by running edgedb instance destroy.

--non-interactive

Do not prompts user for input.

--project-dir=project-dir

The project directory can be specified explicitly. Defaults to the current directory.