CreateDeploymentInput
Deploy an instance with configuration parameters. Params are validated against the bundle's params schema, cached on the instance, and snapshotted into the deployment.
input CreateDeploymentInput {
action: DeploymentAction!
message: String
params: Map!
}
Fields
CreateDeploymentInput.action ● DeploymentAction! non-null enum {#action}
The operation to perform: PROVISION to apply changes, PLAN to preview them, or DECOMMISSION to tear down infrastructure
CreateDeploymentInput.message ● String scalar {#message}
A short message describing the reason for this deployment
CreateDeploymentInput.params ● Map! non-null scalar {#params}
Bundle configuration parameters. Validated against the bundle's params schema.
Member Of
createDeployment mutation