Skip to main content
POST
Create a backup

Authorizations

Authorization
string
header
required

API token from your CloudBlast account settings. Pass as Authorization: Bearer <token>.

Path Parameters

server
string
required

Server identifier — any of: numeric id, uuid_short (8 chars), or full uuid (36 chars).

Body

application/json
name
string
required

Backup name

Maximum string length: 40
Example:

"Before upgrade"

mode
enum<string> | null

Backup mode. Defaults to snapshot.

Available options:
snapshot,
suspend,
kill
Example:

"snapshot"

compression_type
enum<string> | null

Compression type. Defaults to zstd.

Available options:
none,
lzo,
gzip,
zstd
Example:

"zstd"

Response

Backup created

data
object