Snapshot
Create snapshot
Create a snapshot of a running box. This snapshot will be saved and can be used to restore the box to the state it was in at the time the snapshot was created.
post/snapshots/{boxId}
Path parameters
boxIdstring required
Example:c9bdc193-b54b-4ddb-a035-5ac0c598d32d
Box ID
Request body
Example request
{
"name": "my-snapshot-1"
}Response
Create snapshot
Example response
{
"id": "c9bdc193-b54b-4ddb-a035-5ac0c598d32d",
"name": "my-snapshot-1",
"boxType": "linux",
"providerType": "vm",
"status": "Available"
}