gumlet-video-workspace
List all workspaces
gumlet video workspace list
gumlet video workspace list --output table
Get details of a workspace
gumlet video workspace get --workspace-id <id>
Create a new workspace
gumlet video workspace create --name "My Workspace"
Rename a workspace
gumlet video workspace update --workspace-id <id> --name "New Name"
Delete a workspace
gumlet video workspace delete --workspace-id <id>
Notes
--output tablerenders results as a human-readable table; default output is JSON.- The
--workspace-idflag is required forget,update, anddelete.
More from gumlet/cli
gumlet-image-purge
Purge the Gumlet CDN cache for an image source subdomain using the Gumlet CLI. Use this skill when you need to invalidate cached images after updating source files — either purge the entire cache for a subdomain or target specific image URLs/paths. Requires the Gumlet CLI to be installed and authenticated via `gumlet login`.
2gumlet-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-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