Skip to main content
axiom.updateDataset updates the description or retention settings for a dataset. Provide at least one mutable setting; the action returns the updated dataset.
automations/axiom-update-dataset.automation.ts

Inputs

datasetName is required. Provide at least one of description, non-negative retentionDays, or useRetentionPeriod. Omitted settings are left unchanged.

Output

Returns the complete updated dataset resource, including its effective retention configuration.

Permission and failures

The API token needs the organization-level datasets|update capability. Axiom rejects missing datasets and invalid retention settings. This mutation is not retried automatically after an ambiguous provider response.