Skip to content

Create a command for an environment

POST
/api/v3/organizations/{organisation}/environments/{environment}/commands

Authorizations

Parameters

Path Parameters

organisation
required
string

The organisation ID

Example
test-org
environment
required
string

The environment ID

Example
test-env

Request Body required

object
command
string

Responses

200

The command

object
runId
string
runType
string
command
string
status
string
startTime
string
endTime
string
exitCode
integer
output
Array<string>
scheduleName
string
targetContainerName
string