Move Object
move_objectMove boards, folders, or overviews in monday.com with relative positioning, folder, workspace, or account product changes.
Instructions
Move a folder, board, or overview in monday.com. Use position for relative placement based on another object, parentFolderId for folder changes, workspaceId for workspace moves, and accountProductId for account product changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectType | Yes | The type of object to move | |
| id | Yes | The ID of the object to move | |
| position_object_id | No | The ID of the object to position the object relative to. If this parameter is provided, position_object_type must be also provided. | |
| position_object_type | No | The type of object to position the object relative to. If this parameter is provided, position_object_id must be also provided. | |
| position_is_after | No | Whether to position the object after the object | |
| parentFolderId | No | The ID of the new parent folder. Required if moving to a different folder. | |
| workspaceId | No | The ID of the workspace containing the object. Required if moving to a different workspace. | |
| accountProductId | No | The ID of the account product containing the object. Required if moving to a different account product. |