CLI
arctl mcp delete

arctl mcp delete

Delete an MCP server from agentregistry. If the server is published or deployed, you must use the --force option.

Usage

arctl mcp delete <server-name> [flags]

Example:

arctl mcp delete my-server --version 1.0.0
arctl mcp delete my-server --version 1.0.0 --force

Command-specific flags

--force: Force deletion, even if the MCP server is published or deployed
--version string: Specify the version to delete (required)

Global flags

-v, --verbose: Enable verbose output.
-h, --help: Display help information for the command.