Deployment
Marketplace template deployments that provision virtual machines from a pre-defined configuration. These endpoints let you list, retrieve, start, and delete deployments.
Endpoints
GET
List Deployments
Lists every marketplace deployment in your environment, including the source template, deployment state, and IDs of any provisioned VMs.
POST
Start Deployment
Starts a new deployment from a marketplace template, specifying the template, target environment, and any parameter overrides.
GET
Details of deployment by ID
Returns the deployment's metadata, current lifecycle state, and the IDs of any VMs it has provisioned.
DEL
Delete Deployment
Deletes the deployment record. VMs created by the deployment are not removed automatically.
Was this page helpful?