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
Example request
{
"action_type": "Run",
"estimated_cost": {
"currency": "AED"
}
}Response
Executed successfully
Example response
{
"stack_deployment_action": "Run",
"status": "Pending",
"estimated_cost": {
"currency": "AED"
}
}