UninstallBlueprint
Removes a blueprint from the active tenant; with --cascade, dependents and orphan dependencies go too.
Examples
octo-cli -c UninstallBlueprint -n <blueprintName>
Options
| Short | Long | Required | Description |
|---|---|---|---|
-n | --blueprintName | yes | Blueprint name (without version), e.g. 'MyBlueprint' |
-c | --cascade | no | Also uninstall blueprints that depend on the target, and orphan dependencies of the target |
-y | --yes | no | Skip the interactive confirmation prompt |