Create a backup
Backups
Create Backup
Creates a new backup of the server. The server must not be in a conflicting state (installing, restoring, etc.).
POST
Create a backup
Authorizations
API token from your CloudBlast account settings. Pass as Authorization: Bearer <token>.
Path Parameters
Server identifier — any of: numeric id, uuid_short (8 chars), or full uuid (36 chars).
Body
application/json
Backup name
Maximum string length:
40Example:
"Before upgrade"
Backup mode. Defaults to snapshot.
Available options:
snapshot, suspend, kill Example:
"snapshot"
Compression type. Defaults to zstd.
Available options:
none, lzo, gzip, zstd Example:
"zstd"
Response
Backup created