Actions13
- Album Actions
- Search Actions
- Asset Actions
Overview
This node operation removes specified assets from a given album in the Immich photo and video management system. It is useful for managing and organizing media by allowing users to selectively remove unwanted or outdated assets from albums. For example, a user can remove multiple photos or videos from an album by providing the album ID and a comma-separated list of asset IDs to be removed.
Use Case Examples
- Remove specific photos from a vacation album by specifying the album ID and the asset IDs of the photos to be removed.
- Clean up an album by removing outdated or irrelevant videos using their asset IDs.
Properties
| Name | Meaning |
|---|---|
| Album ID | The unique identifier of the album from which assets will be removed. |
| Asset IDs | A comma-separated list of asset IDs that specifies which assets to remove from the album. These IDs are split and trimmed to form an array of asset IDs. |
| Request Options | Additional options for the request such as batching (to throttle requests), ignoring SSL issues, using a proxy, and setting a timeout for the request. |
Output
JSON
ids- Array of asset IDs that were removed from the album.
Dependencies
- Requires an API key credential for authentication to the Immich API.
Troubleshooting
- Ensure the Album ID and Asset IDs are correctly specified and exist in the system to avoid errors related to missing resources.
- If SSL certificate validation fails and the request is rejected, enable the 'Ignore SSL Issues' option to bypass SSL validation (not recommended for production).
- Check proxy settings if network requests fail due to connectivity issues.
- Adjust batching settings if the server rate limits requests or if large numbers of assets need to be removed efficiently.