gumlet-image-purge
Purge all cached images for a subdomain
gumlet image purge --subdomain mycompany
Purge specific image paths
gumlet image purge --subdomain mycompany \
--urls "https://mycompany.gumlet.io/photo.jpg,https://mycompany.gumlet.io/banner.png"
Flags
| Flag | Required | Description |
|---|---|---|
--subdomain |
✅ | Subdomain to purge cache for (e.g. mycompany for mycompany.gumlet.io) |
--urls |
✅ | Comma-separated list of specific URLs to purge |
Notes
- Targeted purges (with
--urls) are faster and only invalidate the listed images.
More from gumlet/cli
gumlet-video-asset
Manage Gumlet video assets using the Gumlet CLI. Use this skill to list assets in a workspace with optional filters, get full details of a single asset including playback and thumbnail URLs, or delete an asset permanently. Requires the Gumlet CLI to be installed and authenticated via `gumlet login`.
1gumlet-image-source
Manage Gumlet image sources using the Gumlet CLI. Use this skill to list all image sources, get details of a specific source, create a new image source connected to a storage backend (Amazon S3, GCS, web proxy, DigitalOcean Spaces, Wasabi, Azure, Cloudflare, Backblaze, etc.), update an existing source's configuration, or delete a source. Requires the Gumlet CLI to be installed and authenticated via `gumlet login`.
1gumlet-video-playlist
Manage Gumlet video playlists using the Gumlet CLI. Use this skill to list playlists in a workspace, create or update a playlist, add or remove assets from a playlist, view assets inside a playlist, or delete a playlist. Requires the Gumlet CLI to be installed and authenticated via `gumlet login`.
1gumlet-video-workspace
Manage Gumlet video workspaces using the Gumlet CLI. Use this skill to list all workspaces, get details of a specific workspace, create a new workspace, rename an existing workspace, or delete a workspace. Requires the Gumlet CLI to be installed and authenticated via `gumlet login`.
1gumlet-video-asset-upload
Upload a local video file to Gumlet as a new video asset using the Gumlet CLI. Use this skill when you need to upload a video file from the local filesystem to Gumlet for transcoding and delivery. The CLI handles the two-step process automatically: creating the upload session and streaming the file to the returned pre-signed URL. A real-time progress indicator is shown during upload. Requires the Gumlet CLI to be installed and authenticated via gumlet login.
1