Skip to main content
trello.updateBoard changes only the provided fields. Use closed: true to archive the board or closed: false to reopen it.
automations/archive-trello-board.automation.ts

Inputs

Required board 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 second argument { account } defaults to the project binding.

Output

Returns the updated TrelloBoard. Moving a board or changing visibility can fail when the connected member lacks the required Workspace permissions.