Lift the archive freeze
Makes the API serve every route again after an export. The processes stopped for the export are not relaunched: this exists so a failed or aborted export does not leave the sandbox unusable.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Archive status
active, quiescing, quiesced, restoring "quiesced"
Export reports the export started asynchronously, if there was one. It is how a caller that did not wait for the export learns that the archive is on the storage, or why it is not.
ReadOnlyRoot reports whether the root mount was remounted read-only, which is what actually stops writes; false means the freeze relies only on the API refusing calls, and the reason says why.
true
Reason is a human readable explanation of why the sandbox is frozen.
"archive export"
Restore reports the archive this sandbox was started from, if it was started from one: how far its restore has got, and how it ended.
Since is when the sandbox left StateActive.
StoppedProcesses are the process identifiers stopped while quiescing.
