automagent unpublish

Remove an agent from the Automagent Hub

Usage

$ automagent unpublish <scope> <name> [options]

Both <scope> and <name> are required.

Options

FlagDescriptionDefault
--hub-url <url>Hub URLhttps://hub.automagent.dev
--insecureAllow insecure HTTP connectionsOff

Examples

Remove an agent:

$ automagent unpublish @acme support-agent

Remove from a custom hub:

$ automagent unpublish @acme support-agent --hub-url https://hub.internal.example.com

Notes

  • You must be logged in (automagent login) to unpublish agents.
  • If the agent does not exist, the CLI prints an error and exits with code 1.
  • This removes all versions of the agent from the hub.

See also