Update August 13, 2024
Update August 13, 2024
Run npm i -g @codiac.io/codiac-cli
to update your Codiac CLI.
Added the codiac asset obliterate
command. This command:
- Performs a full cascading delete of the given asset.
- Deletes all of the asset's related data in Codiac, including:
- Versions
- Probes
- Configs
- Tags
- Cannot be undone.
This command does NOT:
- Delete anything from the image registry.
- Affect your Kubernetes clusters.
- Your cloud service provider will continue to bill you until you destroy the cluster.
See Manage Assets for more information.
tip
You can only delete (obliterate) assets that are not in any cabinets. If the asset you want to obliterate is in a cabinet, use codiac asset destroy
to remove the asset from its cabinet(s) first.