v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
StacksMarketplaceStackDeployment

Execute Stacks Marketplace Stack Deployment

Execute Stacks Marketplace Stack Deployment.

post/v1/stacks-marketplace/stack-deployment/item/{stack_deployment_id}/execute

Path parameters

stack_deployment_idstring required

ID of Stack Deployment.

Request body

action_type'Run' | 'Destroy' | 'Rerun'

Deployment action of the resource

stack_version_idstring

Stack version ID

input_parametersstring

JSON encoded string of input parameters

run_namestring

Run name

Example request

{
  "action_type": "Run",
  "estimated_cost": {
    "currency": "AED"
  }
}

Response

Executed successfully

deployment_idstring

Deployment ID

stack_version_idstring

Stack version ID

stack_deployment_action'Run' | 'Destroy' | 'Rerun'

Deployment action of the resource

job_idstring

Job ID

initiated_atstring date-time

Initiated at

completed_atstring date-time

Completed at

status'Pending' | 'Running' | 'Completed' | 'Failed'

Deployment execution status

initiated_bystring

Initiated by

distributor_idstring

Distributor ID

input_parametersstring

JSON encoded string of input parameters

run_namestring

Run name

status_messagestring

Status message

Example response

{
  "stack_deployment_action": "Run",
  "status": "Pending",
  "estimated_cost": {
    "currency": "AED"
  }
}