Skip to main content

updateInstance

form schema

Update an instance's version constraint or release strategy. Changes take effect on the next deployment.

updateInstance(
organizationId: ID!
id: ID!
input: UpdateInstanceInput!
): InstancePayload

Form Schema

This mutation supports dynamic form generation using JSON Schema.

Loading schema...

Arguments

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

Your organization ID

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

The instance ID to update

updateInstance.input ● UpdateInstanceInput! non-null input {#input}

Update an instance's version constraint or release strategy. Changes take effect on the next deployment.

Type

InstancePayload object