Eventum Logo

Eventum

GeneratorsGroup actionsBulk stop

Bulk Stop Generators

Bulk stop several generators

POST
/generators/group-actions/bulk-stop

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://loading/api/generators/group-actions/bulk-stop" \  -H "Content-Type: application/json" \  -d '[    "string"  ]'
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}