Skip to main content
Archiving a scene removes it from GET /scenes and prevents it from being used in new generations. This is a soft delete — the scene data is retained internally but is permanently inaccessible through the API.

Endpoint

string
required
Your API key.

Path Parameters

string
required
UUID of the user-created scene to archive.
There is no restore endpoint. Once a scene is archived, it cannot be recovered. Create a new scene via POST /scenes if you need to recreate it.

Example Request

Response

200 — Success

string
Always archived on a successful delete.

What Archiving Affects

After a scene is archived, the following changes take effect immediately across the API:

Errors