tasks
Trigger a task
Trigger a task by its identifier.
post/api/v1/tasks/{taskIdentifier}/trigger
Request body
Example request
{
"options": {
"tags": "user_123456",
"machine": "small-2x"
}
}Response
Task triggered successfully
Example response
{
"id": "run_1234"
}