Destroy Experiment
destroy_experimentTerminate an experiment's sandbox and free its resources, returning a final report of changes to summarize what happened.
Instructions
Destroy a sandbox and everything in it, returning a final report.
USE THIS as soon as an experiment has told you what you needed. Always call it -- a sandbox left running keeps consuming the developer's CPU and memory.
IDEMPOTENT: calling it on an already-destroyed experiment is safe and returns the stored report rather than an error.
RETURNS the final report, including what changed inside the sandbox, so you can summarise the experiment after it is gone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| experiment_id | Yes | The experiment to destroy. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report | No | ||
| status | Yes | ||
| experiment_id | Yes | ||
| jobs_cancelled | No | ||
| snapshot_removed | No | ||
| already_destroyed | No | ||
| container_removed | No |