Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.24 KB

File metadata and controls

34 lines (25 loc) · 1.24 KB

resume

crabbox resume resumes a lease previously paused with pause, restoring it to a running state. It is provider-dependent: only providers whose backend implements the pausable capability accept it; others return provider=<name> does not support resume.

crabbox resume swift-crab
crabbox resume --id isb_crabbox-repo-0a1b2c
crabbox resume --provider islo swift-crab
crabbox resume --provider codesandbox web-box

Identifying the lease

Pass the lease as a positional argument or with --id; both accept the canonical ID or an active friendly slug (see Identifiers). Supplying both --id and a positional argument, or more than one positional argument, is an error.

Provider support

  • islo — restores a paused sandbox to running via the Islo resume API.
  • codesandbox — resumes a hibernated CodeSandbox sandbox through the SDK bridge. If CodeSandbox performs a clean boot rather than restoring a memory snapshot, setup may take longer before the sandbox is ready.

Run crabbox providers for the providers available in your build.

See also

  • pause — pause a lease, freeing remote compute.
  • status — check whether a lease is running again.