rhoas_service-registry_delete
rhoas service-registry delete#
[beta] Delete a Service Registry instance
Synopsis#
Delete a Service Registry instance along with all of its schema and API artifacts.
This command is available as part of the Development Preview release.
rhoas service-registry delete [flags]Examples#
# Delete a Service Registry instance by namerhoas service-registry delete --name <name>
# Delete a Service Registry instance by IDrhoas service-registry delete --id <id>
Options#
--id string Unique ID of the Service Registry instance you want to delete (if not provided, the current Service Registry instance will be deleted) --name string Name of the Service Registry instance to delete -y, --yes Skip confirmation to forcibly delete this Service Registry instanceOptions inherited from parent commands#
-h, --help Show help for a command -v, --verbose Enable verbose modeSEE ALSO#
- rhoas service-registry - [beta] Service Registry commands