automagent unpublish
Remove an agent from the Automagent Hub
Usage
$ automagent unpublish <scope> <name> [options]
Both <scope> and <name> are required.
Options
| Flag | Description | Default |
|---|---|---|
--hub-url <url> | Hub URL | https://hub.automagent.dev |
--insecure | Allow insecure HTTP connections | Off |
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
- automagent push — Publish agents to the Hub
- automagent versions — List published versions before removing
- automagent login — Authenticate before unpublishing