Recipes
Create Forge recipe run
Run a Forge recipe on specified servers.
Processing mode: <small><code>async</code></small>
post/forge-recipes/{forgeRecipe}/runs
Path parameters
forgeRecipeinteger required
The forge recipe ID
Request body
Example request
{
"email": true,
"servers": [
1,
2,
3
]
}Response
Recipe run accepted