Skip to main content
updateList changes selected list fields. Set closed to archive or reopen the list; set boardId to move it to another board.
automations/archive-trello-list.automation.ts
Required listId is a stable ID. Provide at least one of boardId: string, closed: boolean, name: string, position: "top" | "bottom" | number, or subscribed: boolean. Position numbers must be nonnegative. Optional account defaults to the project binding. Returns the updated TrelloList. Moving a list requires access to both boards.