{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Orphan Instance",
  "description": "Reset an instance to INITIALIZED, clearing all of its Terraform/OpenTofu state locks. Optionally also deletes the remote IaC state files.",
  "type": "object",
  "properties": {
    "deleteState": {
      "type": "boolean",
      "title": "Delete State",
      "description": "When true, permanently deletes the instance's Terraform/OpenTofu state files. The next deployment will provision from scratch. Cannot be undone.",
      "default": false
    }
  }
}
