CLI
arctl skill delete

arctl skill delete

Delete a skill from agentregistry. If the skill is published, use the --force option.

Usage

arctl skill delete <skill-name> [flags]

Example:

arctl skill delete my-skill --version 1.0.0
arctl skill delete my-skill --version 1.0.0 --force

Command-specific flags

--force: Force deletion, even if the skill is published 
--version string: Specify the version to delete (required)

Global flags

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