cub release delete
cub release delete
Delete a release
Synopsis
Delete a release, identified by its globally-unique release ID.
Deletion removes the release and its stored bundle. To take a release out of
service while retaining it, use cub release withdraw instead.
The release is located by its ID regardless of which Space it lives in, so --space is not required (a Release lives in its bundled Units' Space, which need not be the caller's default).
Examples:
cub release delete 61f26b06-3c34-4363-8b9d-7d0a7c2b5f1c
cub release delete <release-id> [flags]
Options
-h, --help help for delete
-o, --output string Output format. One of: json, yaml, name, wide, mutations, jq=<expr>, yq=<expr>, custom-columns=<spec>
--quiet No default output.
--verbose Detailed output, additive with default output
Options inherited from parent commands
--context string The context to use for this command
--debug Debug output
--space string space ID to perform command on
SEE ALSO
- cub release - Release commands