Devbox Persistence Tools
Create a disk snapshot of a running Devbox.
Create a disk snapshot of a devbox with the specified name and metadata to enable launching future Devboxes with the same disk state.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The Devbox ID.
Body
application/json
(Optional) A user specified name to give the snapshot
(Optional) Metadata used to describe the snapshot
Response
200
application/json
Snapshot created successfully.
The unique identifier of the snapshot.
Creation time of the Snapshot (Unix timestamp milliseconds).
User defined metadata associated with the snapshot.
The source Devbox ID this snapshot was created from.
(Optional) The custom name of the snapshot.
Was this page helpful?