POST /api/v1/cloud/dreams/{id}/archive
Archives the specified Dream. Only terminal-state Dreams (completed, failed, canceled) can be archived. Calling archive on an already-archived Dream is idempotent. Returns the updated Dream object.
Archived Dreams are excluded from list results by default unless include_archived=true is passed.
Headers
Path parameters
Example request
Example response
HTTP 200 OKErrors
See Error Reference for the full error envelope.