Skip to main content
POST
/
api
/
models
/
{model}
/
deployments
/
{name}
/
trigger
Trigger an immediate run for batch deployments
curl --request POST \
  --url https://api.example.com/api/models/{model}/deployments/{name}/trigger \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "code": 500
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

model
string
required
name
string
required

Response

Successful Response