Command delete
Delete a recipe deployment by deleting all related descriptors.
Options
--alveolus
,--recipe
,-a
,-r
- Recipe/Alveolus name to undeploy. When set to
auto
, it will look through all available manifests found in the from location. If you set manifest option, alveolus is set toauto
and there is a single alveolus in it, this will default to it. --await
- If an integer > 0, how long (ms) to await for the actual deletion of components, default does not await.
--await-timeout
- For descriptors with
await
=true
the max duration the test can last. --excluded-descriptors
- Enables to exclude descriptors from the command line.
none
to ignore. Value is comma separated. Note that using this setting, location is set to*
so only the name is matched. --excluded-locations
- Enables to exclude locations (descriptor is set to
*
) from the command line.none
to ignore. Value is comma separated. --from
,-f
- Root dependency to download to get the manifest. If set to
auto
it is assumed to be present in current classpath. --grace-period
- If set it will be added on REST calls to force a custom
grace period (in seconds). Setting it to
0
enables to delete faster objects. --manifest
,-m
-
Manifest to load to start to undeploy (a file path or inline). This optional setting mainly enables to use dependencies easily. Ignored if set to
skip
.