Archive a previously created Benchmark. The benchmark will no longer appear in list endpoints but can still be retrieved by ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the Benchmark to archive.
OK
A BenchmarkDefinitionView represents a grouped set of Scenarios that together form a Benchmark.
The ID of the Benchmark.
The name of the Benchmark.
List of Scenario IDs that make up the benchmark.
User defined metadata to attach to the benchmark for organization.
Whether the benchmark is active or archived. Archived benchmarks are excluded from listings and cannot be run.
active, archived Required environment variables used to run the benchmark. If any required environment variables are missing, the benchmark will fail to start.
Required secrets used to run the benchmark. If any required secrets are missing, the benchmark will fail to start.
Whether this benchmark is public.
Attribution information for the benchmark.
Detailed description of the benchmark.