v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-19273210655.1 KB
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

emailboolean

Whether to send an email notification when the recipe has completed.

serversinteger[] required

The servers on which to run the recipe on.

Example request

{
  "email": true,
  "servers": [
    1,
    2,
    3
  ]
}

Response

Recipe run accepted