trello.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
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 second argument { account } defaults to the project binding.
Returns the updated TrelloList. Moving a list requires access to both boards.