delete-recipes¶
- subtitle
Deletes recipes. A recipe is a script that runs on all nodes of a specified instance group.
- version
0.9.126
Description¶
Deletes recipes. A recipe is a script that runs on all nodes of a specified instance group.
Synopsis¶
delete-recipes
--recipe-names <value>
[--cli-input-json <value>]
[--generate-cli-skeleton]
Options¶
--recipe-names
(array)
The names or CRNs of the recipes to be deleted.
Syntax:
"string" "string" ...
--cli-input-json
(string)
Performs service operation based on the JSON string provided. The JSON string follows the format provided by
--generate-cli-skeleton
. If other arguments are provided on the command line, the CLI values will override the JSON-provided values.
--generate-cli-skeleton
(boolean)
Prints a sample input JSON to standard output. Note the specified operation is not run if this argument is specified. The sample input can be used as an argument for
--cli-input-json
.
Output¶
recipes -> (array)
The recipes.
item -> (object)
Information about a recipe.
recipeName -> (string)
The name of the recipe.
crn -> (string)
The CRN of the recipe.
recipeContent -> (string)
The content of the recipe.
type -> (string)
The type of recipe. Supported values are : PRE_SERVICE_DEPLOYMENT, PRE_TERMINATION, POST_SERVICE_DEPLOYMENT, POST_CLOUDERA_MANAGER_START.
creatorCrn -> (string)
The CRN of the creator of the recipe.
description -> (string)
The description of the recipe.
Form Factors¶
public