Post apiv1vm commit
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
VM ID to commit
Query Parameters
If true, keep VM paused after commit
If true, return an error immediately if the VM is still booting. Default: false
Body
Optional commit metadata
The request body for POST /api/vm/{vm_id}/commit
If provided, chelsea will use the requested commit UUID. Otherwise, it will generate a UUID itself.
Optional description for the commit.
Optional human-readable name for the commit. Defaults to auto-generated name if not provided.
Response
VM committed successfully
The response body for POST /api/vm/{vm_id}/commit
The UUID of the newly-created commit