Skip to main content

OrphanInstanceInput

Reset an instance to INITIALIZED, clearing all of its Terraform/OpenTofu state locks. Optionally also deletes the remote IaC state files.

input OrphanInstanceInput {
deleteState: Boolean
}

Fields

OrphanInstanceInput.deleteState ● Boolean scalar {#delete-state}

When true, permanently deletes the instance's Terraform/OpenTofu state files. The next deployment will provision from scratch. Cannot be undone.

Member Of

orphanInstance mutation