---
title: "unlink"
description: "Remove project link from current directory"
canonical: "https://pgbeam.com/docs/cli/projects/unlink"
last-updated: "2026-09-14T19:37:21.000Z"
---

# unlink

> Remove project link from current directory

URL: https://pgbeam.com/docs/cli/projects/unlink

Remove the project link from the current directory by deleting the `.pgbeam` configuration file. After unlinking, commands that require a project will need the `--project` flag or a new `pgbeam link`.

## Usage

All global options (`--token`, `--profile`,
`--project`, `--org`, `--json`, `--no-color`, `--no-trunc`, `--debug`) are
also available on this command.

## Examples

## Output

Prints a success message if a link was removed, or a warning if no project was linked.