Skip to content

kraft cloud certificate remove

Remove a KraftCloud certificate.

kraft cloud certificate remove [FLAGS] [UUID|NAME [UUID|NAME]...]

Examples

# Remove a KraftCloud certificate by UUID
$ kraft cloud certificate remove fd1684ea-7970-4994-92d6-61dcc7905f2b
# Remove a KraftCloud certificate by name
$ kraft cloud certificate remove my-certificate-431342
# Remove multiple KraftCloud certificates
$ kraft cloud certificate remove my-certificate-431342 my-certificate-other-2313
# Remove all KraftCloud certificates
$ kraft cloud certificate remove --all

Options

--all Remove all certificates
-h, --help help for remove
-o, --output string Set output format. Options: table,yaml,json,list (default "table")

Options inherited from parent commands

--metro string Set the KraftCloud metro
--token string Set the KraftCloud token

Aliases

The kraft cloud certificate remove command can also be run as:

del, delete, rm

See Also