Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.coreweave.com/llms.txt

Use this file to discover all available pages before exploring further.

Source: src/cwsandbox/_sandbox.py:81 Sandbox lifecycle status values.

Members

  • RUNNING = 'running'
  • CREATING = 'creating'
  • PENDING = 'pending'
  • PAUSED = 'paused'
  • COMPLETED = 'completed'
  • FAILED = 'failed'
  • TERMINATED = 'terminated'
  • UNSPECIFIED = 'unspecified'

Methods

from_proto

from_proto(proto_status: int) -> SandboxStatus
Convert protobuf status enum to SandboxStatus.

to_proto

to_proto() -> int
Convert SandboxStatus to protobuf enum
Last modified on May 1, 2026