Skip to main content
POST
Execute a runtime operation

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string
required
environmentId
string
required
deploymentId
string
required

Body

application/json
service
string
required

The name of the application or worker to run the operation on

operation
string
required

The name of the operation

parameters
string[]

The parameters to run the operation with

Response

default - application/json
status
string
required

The status text of the response

code
integer
required

The status code of the response

Last modified on June 16, 2026