CLI
arctl agent unpublish

arctl agent unpublish

Unpublish an agent from the registry. Note that this command can only be used if an agent was published to agentregistry. The command sets the published flag to false and hides the agent from public listings.

Usage

arctl agent unpublish [agent-name] [flags]

Example:

arctl agent unpublish my-agent --version latest
arctl agent unpublish my-agent --version 1.2.3

Command-specific flags

--version string: Version of the agent to unpublish (default "latest")

Global flags

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