updateBoard changes selected fields on a board. Use closed: true to archive it or closed: false to reopen it.
automations/archive-trello-board.automation.ts
Inputs
Requiredboard accepts an ID, short link, or URL. Provide at least one of closed: boolean, description: string, name: string, organizationId: string, permissionLevel: "org" | "private" | "public", selfJoin: boolean, or subscribed: boolean. Optional account defaults to the project binding.
Output
Returns the updatedTrelloBoard. Moving a board or changing visibility can fail when the connected member lacks the required Workspace permissions.