Skip to main content
POST
/
api
/
orchestration
/
run
Api Orchestration Run
curl --request POST \
  --url http://localhost:8080/api/orchestration/run \
  --header 'Content-Type: application/json' \
  --data '
{
  "deployment_name": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
deployment_name
string
required
environment
string | null
parameters
Parameters · object

Response

Successful Response