Get startedSign in

Trigger stack run

POST/v1/api/stacks/{id}/trigger
Path parameters
Responses
ParameterTypeDescription
idrequiredstring
Response samples
200
{
  "approval": false,
  "approved_at": "string",
  "cancellation_reason": "string",
  "cluster_id": "string",
  "destroy": false,
  "dry_run": false,
  "git": {
    "folder": "string",
    "ref": "string"
  },
  "id": "string",
  "inserted_at": "string",
  "manage_state": false,
  "message": "string",
  "repository_id": "string",
  "stack_id": "string",
  "status": "queued",
  "type": "terraform",
  "updated_at": "string",
  "workdir": "string"
}