Snapshots

Restore an application snapshot

Restores the application to a previous snapshot identified by snapshotId (UUID v4) and versionId (snapshot version identifier from the snapshot listing).

Rate limits: 1 restore per 60s per user (snapshot:restore) and 1 restore per 120s per application (snapshot:restore:<appId>).

Requires the workspace Administrator role (or ownership) when called against a workspace-shared application.

post/v2/apps/{appId}/snapshots/restore

Path parameters

appIdstring required

Application identifier. Optionally suffixed with -<workspaceId> to act on a workspace-shared application.

Request body

snapshotIdstring uuid required
versionIdstring required

Response

Restore dispatched.

status'success' required

Changes

No recorded changes to this endpoint across all 1 revision of this API.