For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Open sourceSupportFAQsDocs Home
DocumentationCommand referenceRelease notes
DocumentationCommand referenceRelease notes
  • Command reference
    • iagctl cert-gen
    • iagctl completion
      • delete decorator
      • delete executable-object
      • delete registry
      • delete repository
      • delete secret
      • delete service
      • delete user
    • iagctl login
    • iagctl runner
    • iagctl server
    • iagctl version
LogoLogo
Open sourceSupportFAQsDocs Home
On this page
  • Syntax
  • Examples
  • Options
  • Options inherited from parent commands
Command referenceiagctl delete

iagctl delete registry

Was this page helpful?
Previous

iagctl delete repository

Next
Built with

Delete a registry.

The iagctl delete registry command deletes a registry from your gateway’s data store. This operation can’t be undone.

For more information, see Configure dependency registries.

Syntax

$iagctl delete registry <name> [flags]

Examples

The following example deletes a registry called my-registry:

$iagctl delete registry my-registry

Options

$ -h, --help Help for registry

Options inherited from parent commands

$ --profile string Specify the client profile to use (case-insensitive, defaults to [client] section)
$ --config string Path to the configuration file
$ --raw Display the result of the command in raw format
$ --verbose Enable verbose output