Activate From IR
activate_from_irActivate a player from IR/IL by moving them to an active or bench slot in your ESPN fantasy lineup.
Instructions
Move one player out of the IR/IL slot into an active or bench slot, as a lineup move.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sport | No | ffl (football), fba (basketball), or flb (baseball). Defaults to ESPN_SPORT. | ffl |
| season | No | Season year. Defaults to ESPN_SEASON. | |
| dry_run | No | Default true: validates and reports what would be sent without sending it. Set false to actually execute (still a no-op if WRITES_ENABLED=false in .env). | |
| team_id | No | ||
| to_slot | Yes | Destination slot id (e.g. bench). Must not be the IR slot itself. | |
| league_id | No | ESPN league id. Defaults to ESPN_LEAGUE_ID. | 123456 |
| player_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sent | No | ||
| dryRun | Yes | ||
| response | No | ||
| wouldSend | No | ||
| validation | Yes | ||
| verification | No | ||
| blockedReason | No |