Recipes
Create recipe run
Run a given recipe on a list of servers.
Processing mode: <small><code>async</code></small>
post/orgs/{organization}/recipes/{recipe}/runs
Path parameters
organizationstring required
The organization slug
recipeinteger required
The recipe ID
Request body
Example request
{
"email": true,
"servers": [
1,
2,
3
]
}Response
Recipe run accepted