edgedb project unlink

Remove association with and optionally destroy the linked EdgeDB instance.

  1. edgedb project unlink [options]

Description

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.

Options

-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.