CLI
arctl agent delete

arctl agent delete

Delete an agent from the registry. To delete an agent that is published or deployed, you must use the --force option.

Usage

arctl agent delete <agent-name> [flags]

Example:

arctl agent delete my-agent --version 1.0.0
arctl agent delete my-agent --version 1.0.0 --force

Command-specific flags

--force: Force deletion, even if the agent 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.