Overview

Delete a workspace and all its associated resources including MCP servers, secrets, and access tokens. This operation is irreversible.

Syntax

ntcli workspace delete <name> [options]

Aliases

ntcli workspace rm <name>     # Short alias
ntcli ws delete <name>        # Command group alias
ntcli ws rm <name>            # Combined aliases

Arguments

name
string
required
Name of the workspace to delete

Options

-f, --force
boolean
Skip confirmation prompt and delete immediately
-v, --verbose
boolean
Show detailed information about what will be deleted

Examples

Basic Deletion

ntcli workspace delete old-project

Force Delete (No Confirmation)

ntcli workspace delete old-project --force