Create a new snapshot of an application
Captures a snapshot of the application and returns a signed download URL valid for 30 days.
The snapshot has a soft deadline: if it finishes within ~90s the response carries the signed URL. Otherwise the route answers 202 SNAPSHOT_PROCESSING while it keeps generating in the background — expected for large apps, not a failure. Poll the snapshot listing (GET /v2/apps/:appId/snapshots) ~2min later instead of re-posting.
Rate limits: 1 snapshot per 5s per user, 1 snapshot per 3min per application, and the plan's daily snapshot quota per owner.
Requires the workspace Administrator role (or ownership) when called against a workspace-shared application.
Path parameters
Application identifier. Optionally suffixed with -<workspaceId> to act on a workspace-shared application.
Response
Snapshot created. The url is a signed download URL valid for 30 days.
Changes
No recorded changes to this endpoint across all 1 revision of this API.