Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 879 Bytes

delete.md

File metadata and controls

36 lines (22 loc) · 879 Bytes
description
Allows you to delete a namespace

Delete

Usage

npx wgc namespace delete [name]

Description

The npx wgc namespace delete command allows you to dekete a namespace within the organization.

{% hint style="danger" %} IMPORTANT: Deleting a namespace will delete all resources (federated graphs and subgraphs) within it. Please use the command carefully. Only admins and creators of the namespace can perform this action. {% endhint %}

Parameters

  • [name]: The name of the namespace you want to delete.

Options

  • -f, --force: An optional flag that allows you to force delete the namespace without being prompted for confirmation.

Example

  1. Delete a namespace named "production"

    npx wgc namespace delete production
    

\