Skip to main content

createDeployment

form schema

Deploy an instance with configuration parameters.

Caches the provided params on the instance, then creates a deployment. Use action PROVISION to apply changes, PLAN to preview them, or DECOMMISSION to tear down infrastructure.

createDeployment(
organizationId: ID!
id: ID!
input: CreateDeploymentInput!
): DeploymentPayload

Form Schema

This mutation supports dynamic form generation using JSON Schema.

Loading schema...

Arguments

createDeployment.organizationId ● ID! non-null scalar {#organization-id}

Your organization ID

createDeployment.id ● ID! non-null scalar {#id}

The instance to deploy

createDeployment.input ● CreateDeploymentInput! non-null input {#input}

Deploy an instance with configuration parameters. Params are validated against the bundle's params schema, cached on the instance, and snapshotted into the deployment.

Type

DeploymentPayload object