arctl mcp unpublish
Unpublish an MCP server from the registry. This command marks an MCP server as unpublished and hides it from public listings. The server data is not deleted and can be re-published later.
Use the --all option to unpublish all versions of the server.
Usage
arctl mcp unpublish <server-name> [flags]Example:
arctl mcp unpublish my-server --version latest
arctl mcp unpublish my-server --allCommand-specific flags
--all: Unpublish all versions of the server
--version string: Specify the version of the server to unpublish (defaults to latest)Global flags
-v, --verbose: Enable verbose output.
-h, --help: Display help information for the command.