Deletes a federated graph on the control plane.
npx wgc federated-graph delete
command allows you to delete a federated graph on the Cosmo platform’s control plane. Deleting a federated graph will remove its configuration and associated resources. Use this command with caution, as the action cannot be undone.
<name>
: The name of the federated graph you want to delete. Replace <name>
with the name of the federated graph you wish to remove.-n, --namespace
: The namespace of the federated graph (Default: “default”).
npx wgc federated-graph delete
command interacts with the Cosmo platform’s control plane to delete the specified federated graph. Ensure that you have the necessary permissions to perform this operation.
--force
option, the command will not prompt for confirmation, so exercise caution to prevent accidental deletions.