Move Entry
bundled_move_entryMove an entry between bundles safely by copying, verifying, then deleting the source, with automatic rollback if deletion fails.
Instructions
Copy to the destination, verify it, then delete the source; rolls back the copy if source deletion fails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | ||
| entry_id | Yes | ||
| target_tag_ids | No | ||
| source_bundle_id | Yes | ||
| target_bundle_id | Yes |