Create a snapshot
POST/instances/:uuid/snapshots
Queues a snapshot of the instance and returns its UUID immediately. Snapshots require a location running node protocol version 3 or higher, and the instance must be fully powered on or fully off.
Request
Responses
- 202
- 400
- 401
- 403
- 404
- 409
The snapshot has been accepted and queued.
name was missing or empty.
The API key is missing, invalid or expired.
The API key is valid but not authorized for the required scope.
The resource does not exist or is not owned by the calling key.
The snapshot cannot be taken right now — the location does not support snapshots (not_supported), or the instance is mid-transition (instance_busy).