v51

OpenAPI 3.0.3raw.githubusercontent.com2026-06-2900319.8 KB

Provision provisions a new resource for a deployment. If an existing resource matches the request, it will be returned without provisioning a new resource.

post/v1/deployments/{deploymentId}/provision

Path parameters

deploymentIdstring required

Deployment to provision a resource for. If it's blank and the request is made with a deployment access token, the deployment is inferred from the token.

Request body

argsobject

Arguments for the provisioner call.

namestring

Name of the resource to provision. It forms a unique key together with deployment and type, which is used to de-duplicate provision requests.

typestring

Type of resource to provision.

Response

A successful response.