Cloudbreak CLI Reference
Also available as:
PDF

mpack delete

Deletes selected management registration from Cloudbreak. It does not delete the management pack.

Required options

--name <value> Management pack name

Options

--server <value> Cloudbreak server address [$CB_SERVER_ADDRESS]

--username <value> Cloudbreak user name (e-mail address) [$CB_USER_NAME]

--password <value> Cloudbreak password [$CB_PASSWORD]

--workspace <value> Name of the workspace holding the resource

--profile <value> Selects a config profile to use [$CB_PROFILE]

--auth-type <value> Authentication method to use. Values: oauth2, basic [$CB_AUTH_TYPE]

Examples

Deletes an mpack called "testmpack":

cb mpack delete --name testmpack