Create a local container snapshot (async).
Runs in background — returns immediately with status "creating".
Poll list_snapshots() to check when status becomes "completed" or "failed".
Available for VPS, dedicated, and cloud plans (any plan with max_snapshots > 0).
Local snapshots are stored on the host disk and count against disk quota.
Requires: API key with write scope.
Args:
slug: Site identifier
description: Optional description (max 200 chars)
Returns:
{"id": "uuid", "name": "snap-...", "status": "creating",
"storage_type": "local",
"message": "Snapshot started. Poll list_snapshots() to check status."}
Errors:
VALIDATION_ERROR: Max snapshots reached or insufficient disk quota
Connector