Start an asynchronous disk snapshot of a running Devbox.
Start an asynchronous disk snapshot of a devbox with the specified name and metadata. The snapshot operation will continue in the background and can be monitored using the query endpoint.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The Devbox ID.
Body
Response
Snapshot operation started 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.
(Optional) The source Blueprint ID this snapshot was created from.
(Optional) The commit message of the snapshot (max 1000 characters).
(Optional) The size of the snapshot in bytes, relative to the base blueprint.
