Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 689 Bytes

File metadata and controls

39 lines (26 loc) · 689 Bytes

rhoas kafka delete

Delete a Kafka instance

Synopsis

Permanently delete a Kafka instance.

rhoas kafka delete [flags]

Examples

# delete the current Kafka instance
$ rhoas kafka delete

# delete a Kafka instance with a specific ID
$ rhoas kafka delete --id=1iSY6RQ3JKI8Q0OTmjQFd3ocFRg

Options

  -h, --help        help for delete
      --id string   ID of the Kafka instance you want to delete. If not set, the current Kafka instance will be used

Options inherited from parent commands

  -d, --debug   Enable debug mode

SEE ALSO

  • rhoas kafka - Create, view, use and manage your Kafka instances