Skip to main content
Save a restore point for an app’s sandbox. A checkpoint appears in the app’s version history in the Base44 app editor, where you can restore the app to that state later. Use it to mark a known-good state before or after a set of risky changes. Any changes still waiting to be saved are committed first, so the checkpoint always captures your latest code rather than a stale version. If that flush can’t be confirmed, the command fails with COMMIT_FLUSH_PENDING instead of checkpointing a stale state. Wait a moment and run it again. sandbox commands don’t require a local project. Target an app by passing --app-id, setting the BASE44_APP_ID environment variable, or running the command from a linked project if you have one.
This command needs the sandbox:write permission. The CLI requests it when you sign in, and an existing session cannot gain it afterwards. If the command fails with an authorization error, run base44 login again to start a session that has it.

Usage

Flags

Output

The command returns JSON:

See also