Example
Parameters
string
required
The ID of the specification to unlink metrics from.
list[string]
required
List of metric IDs to unlink from the specification.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Unlink metrics from a specification.
galtea.specifications.unlink_metrics(
specification_id=specification.id,
metric_ids=[metric_id],
)