# EligibilityResponse

object

Verdict for GET /deployment/eligibility/.

can_run answers "can channels-api take over this box?" — False if any listed resource cannot be upgraded (can_upgrade is False). Resources already owned by channels-api (can_upgrade None) and any future upgradable resources don't block, so an empty list ⇒ True.

**canRun** boolean Required

**deploymentState** string Required

**resources** list of objects [EligibilityResource](https://docs.mediakind.com/api-reference/channels-api/schemas/eligibilityresource) Optional Defaults to `[]`

Show 5 properties Hide 5 properties

**type** string Required

**id** string Required

**channel** object Optional

Show 2 variants Hide 2 variants

**string** string

Variant 1: `string`

Variant 2: `null`

**canUpgrade** object Optional

Show 2 variants Hide 2 variants

**boolean** boolean

Variant 1: `boolean`

Variant 2: `null`

**reason** object Optional

Show 2 variants Hide 2 variants

**string** string

Variant 1: `string`

Variant 2: `null`
