delete registry

Delete a registry

Synopsis

Delete

This command deletes a registry resource from torero's database. Deletion operations cannot be undone.

Warning: You can't undo delete operations. The delete command doesn't check if any services reference the registry you're deleting. Consider the potential impacts before you delete a registry.

torero delete registry <name> [flags]

Examples

Delete A Registry

Deletes a registry called my-registry

>_ torero delete registry my-registry

Options

  -h, --help   help for registry

Options inherited from parent commands

      --config string   Specify the path to the configuration file
      --raw             Displays the result of the command in its raw format
      --verbose         Enable verbose output

SEE ALSO