Skip to main content
Sandbox metrics provide timestamped CPU, memory, and disk utilization data for a sandbox.

Getting sandbox metrics

Calling the metrics API returns a list of timestamped metric records. Metrics are sampled every 5 seconds.

Getting sandbox metrics using the SDKs

Getting sandbox metrics using the CLI

Use --follow to stream metrics continuously in real time:
Use --format json to output machine-readable metrics:
Metrics may not appear immediately after sandbox creation; before the first sample, the response may be empty.
Last modified on June 24, 2026